From 63ff97418acdc9e9ab1cc1ad35abbcbcd9e0c632 Mon Sep 17 00:00:00 2001 From: plehegar Date: Thu, 28 Mar 2024 14:21:21 -0400 Subject: [PATCH] Up[date actions/checkout to use v4 --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 78d1c47..fe4f622 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -8,7 +8,7 @@ jobs: name: Build, Validate and Deploy runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: w3c/spec-prod@v2 with: W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN_L2 }}