From 28c68d426612634d9d5e98a52dd871186f728f31 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 5 Feb 2024 10:42:03 +0100 Subject: [PATCH] ci: update actions/checkout to v4 To remove Node version warnings Signed-off-by: Paul Spooren --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 8087067..44a8892 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -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}}