steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set lower case owner name
id: lower_owner
steps:
- name: Checkout master directory
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: openwrt
- name: Checkout packages feed
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: openwrt/packages
path: openwrt/feeds/packages
- name: Checkout luci feed
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: openwrt/luci
path: openwrt/feeds/luci
- name: Checkout routing feed
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: openwrt/routing
path: openwrt/feeds/routing
- name: Checkout telephony feed
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: openwrt/telephony
path: openwrt/feeds/telephony
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: openwrt
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: 'openwrt'
echo "OWNER_LC=${OWNER,,}" >> "$GITHUB_ENV"
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: 'openwrt'