Skip to content

Commit 0938f00

Browse files
Update actions/cache action to v6 (#451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e72a0e5 commit 0938f00

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: yarn install --prefer-offline --frozen-lockfile
3636

3737
- name: Cache node_modules
38-
uses: actions/cache@v4
38+
uses: actions/cache@v6
3939
id: cache-node-modules
4040
with:
4141
path: |
@@ -67,7 +67,7 @@ jobs:
6767
node-version: ${{ env.node-version }}
6868

6969
- name: Restore node_modules cache
70-
uses: actions/cache@v4
70+
uses: actions/cache@v6
7171
with:
7272
path: |
7373
node_modules

.github/workflows/operation-location-migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424

2525
- name: Restore node_modules cache
26-
uses: actions/cache@v4
26+
uses: actions/cache@v6
2727
with:
2828
path: |
2929
node_modules

.github/workflows/typescript-resolver-files-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929

3030
- name: Restore node_modules cache
31-
uses: actions/cache@v4
31+
uses: actions/cache@v6
3232
with:
3333
path: |
3434
node_modules

.github/workflows/typescript-resolver-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424

2525
- name: Restore node_modules cache
26-
uses: actions/cache@v4
26+
uses: actions/cache@v6
2727
with:
2828
path: |
2929
node_modules

0 commit comments

Comments
 (0)