diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2da8e485..17d3918c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -47,7 +47,7 @@ jobs: - name: Cache node_modules id: cache-node-modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -84,7 +84,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -120,7 +120,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -156,7 +156,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules