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