Skip to content

Commit c762f6f

Browse files
chore(deps): update actions/cache action to v4 (#748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a87153 commit c762f6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
with:
1717
node-version: '18'
1818
- name: Global Node packages cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: ~/.npm
2222
key:
2323
ubuntu--build-${{ env.cache-name }}-${{
2424
hashFiles('**/package-lock.json') }}
2525
- name: Test fixture dependency cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: plugin/test/fixtures/**/node_modules
2929
key:
@@ -43,14 +43,14 @@ jobs:
4343
with:
4444
node-version: '*'
4545
- name: Global Node packages cache
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: ~/.npm
4949
key:
5050
macOS-build-${{ env.cache-name }}-${{
5151
hashFiles('**/package-lock.json') }}
5252
- name: Test fixture dependency cache
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: plugin/test/fixtures/**/node_modules
5656
key:

0 commit comments

Comments
 (0)