diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1aa9d0d..8969514 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -20,7 +20,7 @@ jobs: with: node-version-file: ".nvmrc" - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-npm-cache