diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a929330..ed1cf86 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,7 +11,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: NPM install run: npm ci - name: NPM Build