ci: update actions/checkout to v4

To remove Node version warnings

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/129/head
Paul Spooren 2024-02-05 10:42:03 +01:00
parent d8c5a53ed4
commit 28c68d4266
1 changed files with 1 additions and 1 deletions

View File

@ -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}}