diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 304d90b1..df291ac6 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -47,7 +47,7 @@ jobs: node-version: 20 cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 4cfe0d75..c8d6db51 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -43,7 +43,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules