Skip to content

Commit 91c75aa

Browse files
authored
Bump actions/cache from 3 to 4 (#395)
2 parents 905ed08 + 5904d95 commit 91c75aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
node: ${{ matrix.node }}
5555

5656
- name: Save build artifacts
57-
uses: actions/cache/save@v3
57+
uses: actions/cache/save@v4
5858
with:
5959
path: .
6060
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
@@ -76,7 +76,7 @@ jobs:
7676
node-version: ${{ matrix.node }}
7777
cache: npm
7878

79-
- uses: actions/cache/restore@v3
79+
- uses: actions/cache/restore@v4
8080
with:
8181
path: .
8282
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
@@ -101,7 +101,7 @@ jobs:
101101
node-version: 18
102102
cache: npm
103103

104-
- uses: actions/cache/restore@v3
104+
- uses: actions/cache/restore@v4
105105
with:
106106
path: .
107107
key: 18-${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)