Skip to content

Commit 7567858

Browse files
chore(deps): update actions/cache action to v4 (#5207)
1 parent 8b8b63f commit 7567858

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Turbo cache
3030
if: ${{ github.ref_name != 'main' }}
3131
id: turbo-cache
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: node_modules/.cache/turbo
3535
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/cross-platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Turbo cache
3333
if: ${{ github.ref_name != 'main' }}
3434
id: turbo-cache
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: node_modules/.cache/turbo
3838
key:

.github/workflows/end-to-end-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Turbo cache
3636
if: ${{ github.ref_name != 'main' }}
3737
id: turbo-cache
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: node_modules/.cache/turbo
4141
key:

0 commit comments

Comments
 (0)