Skip to content

Commit cf58750

Browse files
committed
ci(github-actions): update to actions/cache@4
1 parent 1c7178d commit cf58750

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 22.x
1616

17-
- uses: actions/cache@v3
17+
- uses: actions/cache@v4
1818
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1919
with:
2020
path: '**/node_modules'
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
node-version: 22.x
4545

46-
- uses: actions/cache@v3
46+
- uses: actions/cache@v4
4747
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4848
with:
4949
path: '**/node_modules'
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
node-version: ${{ matrix.node-version }}
7878

79-
- uses: actions/cache@v3
79+
- uses: actions/cache@v4
8080
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
8181
with:
8282
path: '**/node_modules'
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
node-version: 22.x
107107

108-
- uses: actions/cache@v3
108+
- uses: actions/cache@v4
109109
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
110110
with:
111111
path: '**/node_modules'

0 commit comments

Comments
 (0)