diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a929330..c44f3d9 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@v5 - name: NPM install run: npm ci - name: NPM Build