mirror of https://github.com/openwrt/docker.git
ci: update actions/checkout to v4
To remove Node version warnings Signed-off-by: Paul Spooren <mail@aparcar.org>pull/129/head
parent
d8c5a53ed4
commit
28c68d4266
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: openwrt/openwrt
|
||||
ref: ${{ env.REF}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue