diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index f36704b2..a28490de 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -11,7 +11,7 @@ jobs: name: Build, Validate and Deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: w3c/spec-prod@v2 with: GH_PAGES_BRANCH: gh-pages