Skip to content

Commit a8f2383

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
node-version: 18
4242

43-
- uses: actions/cache@v3
43+
- uses: actions/cache@v4
4444
with:
4545
path: |
4646
~/.pnpm-store
@@ -50,7 +50,7 @@ jobs:
5050
pnpm-and-pip-cache-
5151
5252
- name: Cache datasets
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: |
5656
~/data
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
node-version: 18
109109

110-
- uses: actions/cache@v3
110+
- uses: actions/cache@v4
111111
with:
112112
path: |
113113
~/.pnpm-store

0 commit comments

Comments
 (0)