Skip to content

Commit 30ea324

Browse files
authored
build(deps): bump actions/cache from 3 to 4 (#574)
2 parents 8ade668 + 7384459 commit 30ea324

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node: ${{ env.NODE_VERSION }}
3636

3737
- name: Save build artifacts
38-
uses: actions/cache/save@v3
38+
uses: actions/cache/save@v4
3939
with:
4040
path: .
4141
key: ${{ env.CACHE_KEY }}
@@ -54,7 +54,7 @@ jobs:
5454
node-version: ${{ env.NODE_VERSION }}
5555
cache: npm
5656

57-
- uses: actions/cache/restore@v3
57+
- uses: actions/cache/restore@v4
5858
with:
5959
path: .
6060
key: ${{ env.CACHE_KEY }}
@@ -77,7 +77,7 @@ jobs:
7777
node-version: ${{ env.NODE_VERSION }}
7878
cache: npm
7979

80-
- uses: actions/cache/restore@v3
80+
- uses: actions/cache/restore@v4
8181
with:
8282
path: .
8383
key: ${{ env.CACHE_KEY }}
@@ -98,7 +98,7 @@ jobs:
9898
node-version: ${{ env.NODE_VERSION }}
9999
cache: npm
100100

101-
- uses: actions/cache/restore@v3
101+
- uses: actions/cache/restore@v4
102102
with:
103103
path: .
104104
key: ${{ env.CACHE_KEY }}
@@ -119,7 +119,7 @@ jobs:
119119
node-version: ${{ env.NODE_VERSION }}
120120
cache: npm
121121

122-
- uses: actions/cache/restore@v3
122+
- uses: actions/cache/restore@v4
123123
with:
124124
path: .
125125
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)