diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7d051f9b..5717190c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -40,7 +40,7 @@ jobs: - name: Cache node_modules id: cache-node-modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules @@ -77,7 +77,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules @@ -113,7 +113,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules @@ -149,7 +149,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules