From 72dcaa41f3e9cad1c8cba17cb3aebc95da38be2e Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Tue, 12 Sep 2023 06:08:40 -0400 Subject: [PATCH] Update auto-publish.yml to use checkout 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 d3b7980b..8d0390af 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: GH_PAGES_BRANCH: gh-pages