Skip to content

Commit ecaf7b3

Browse files
dependabot[bot]tharvik
authored andcommitted
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c776aa0 commit ecaf7b3

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.github/workflows/lint-test-build.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/cache@v4
15+
- uses: actions/cache@v5
1616
with:
1717
path: datasets
1818
key: datasets-${{ hashFiles('datasets/**') }}
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-node@v6
2727
with:
2828
node-version-file: .nvmrc
29-
- uses: actions/cache@v4
29+
- uses: actions/cache@v5
3030
with:
3131
path: |
3232
~/.npm
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-node@v6
4545
with:
4646
node-version-file: .nvmrc
47-
- uses: actions/cache@v4
47+
- uses: actions/cache@v5
4848
with:
4949
path: |
5050
~/.npm
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/setup-node@v6
6363
with:
6464
node-version-file: .nvmrc
65-
- uses: actions/cache@v4
65+
- uses: actions/cache@v5
6666
with:
6767
path: |
6868
~/.npm
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/setup-node@v6
8080
with:
8181
node-version-file: .nvmrc
82-
- uses: actions/cache@v4
82+
- uses: actions/cache@v5
8383
with:
8484
path: |
8585
~/.npm
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/setup-node@v6
9797
with:
9898
node-version-file: .nvmrc
99-
- uses: actions/cache@v4
99+
- uses: actions/cache@v5
100100
with:
101101
path: |
102102
~/.npm
@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/setup-node@v6
114114
with:
115115
node-version-file: .nvmrc
116-
- uses: actions/cache@v4
116+
- uses: actions/cache@v5
117117
with:
118118
path: |
119119
~/.npm
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions/setup-node@v6
151151
with:
152152
node-version-file: .nvmrc
153-
- uses: actions/cache@v4
153+
- uses: actions/cache@v5
154154
with:
155155
path: |
156156
~/.npm
@@ -167,7 +167,7 @@ jobs:
167167
- uses: actions/setup-node@v6
168168
with:
169169
node-version-file: .nvmrc
170-
- uses: actions/cache@v4
170+
- uses: actions/cache@v5
171171
with:
172172
path: |
173173
~/.npm
@@ -184,7 +184,7 @@ jobs:
184184
- uses: actions/setup-node@v6
185185
with:
186186
node-version-file: .nvmrc
187-
- uses: actions/cache@v4
187+
- uses: actions/cache@v5
188188
with:
189189
path: |
190190
~/.npm
@@ -200,14 +200,14 @@ jobs:
200200
runs-on: ubuntu-latest
201201
steps:
202202
- uses: actions/checkout@v6
203-
- uses: actions/cache@v4
203+
- uses: actions/cache@v5
204204
with:
205205
path: datasets
206206
key: datasets-${{ hashFiles('datasets/**') }}
207207
- uses: actions/setup-node@v6
208208
with:
209209
node-version-file: .nvmrc
210-
- uses: actions/cache@v4
210+
- uses: actions/cache@v5
211211
with:
212212
path: |
213213
~/.npm
@@ -222,14 +222,14 @@ jobs:
222222
runs-on: ubuntu-latest
223223
steps:
224224
- uses: actions/checkout@v6
225-
- uses: actions/cache@v4
225+
- uses: actions/cache@v5
226226
with:
227227
path: datasets
228228
key: datasets-${{ hashFiles('datasets/**') }}
229229
- uses: actions/setup-node@v6
230230
with:
231231
node-version-file: .nvmrc
232-
- uses: actions/cache@v4
232+
- uses: actions/cache@v5
233233
with:
234234
path: |
235235
~/.npm
@@ -249,14 +249,14 @@ jobs:
249249
runs-on: ubuntu-latest
250250
steps:
251251
- uses: actions/checkout@v6
252-
- uses: actions/cache@v4
252+
- uses: actions/cache@v5
253253
with:
254254
path: datasets
255255
key: datasets-${{ hashFiles('datasets/**') }}
256256
- uses: actions/setup-node@v6
257257
with:
258258
node-version-file: .nvmrc
259-
- uses: actions/cache@v4
259+
- uses: actions/cache@v5
260260
with:
261261
path: |
262262
~/.npm
@@ -271,14 +271,14 @@ jobs:
271271
runs-on: ubuntu-latest
272272
steps:
273273
- uses: actions/checkout@v6
274-
- uses: actions/cache@v4
274+
- uses: actions/cache@v5
275275
with:
276276
path: datasets
277277
key: datasets-${{ hashFiles('datasets/**') }}
278278
- uses: actions/setup-node@v6
279279
with:
280280
node-version-file: .nvmrc
281-
- uses: actions/cache@v4
281+
- uses: actions/cache@v5
282282
with:
283283
path: |
284284
~/.npm

.github/workflows/publish-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version-file: .nvmrc
1717
registry-url: "https://registry.npmjs.org"
1818
scope: "@epfml"
19-
- uses: actions/cache@v4
19+
- uses: actions/cache@v5
2020
with:
2121
path: |
2222
~/.npm
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-node@v6
4141
with:
4242
node-version-file: .nvmrc
43-
- uses: actions/cache@v4
43+
- uses: actions/cache@v5
4444
with:
4545
path: |
4646
~/.npm

.github/workflows/record-cypress.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13-
- uses: actions/cache@v4
13+
- uses: actions/cache@v5
1414
with:
1515
path: datasets
1616
key: datasets-${{ hashFiles('datasets/**') }}
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v6
2424
with:
2525
node-version-file: .nvmrc
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
path: |
2929
~/.npm
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-node@v6
4141
with:
4242
node-version-file: .nvmrc
43-
- uses: actions/cache@v4
43+
- uses: actions/cache@v5
4444
with:
4545
path: |
4646
~/.npm
@@ -55,14 +55,14 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v6
58-
- uses: actions/cache@v4
58+
- uses: actions/cache@v5
5959
with:
6060
path: datasets
6161
key: datasets-${{ hashFiles('datasets/**') }}
6262
- uses: actions/setup-node@v6
6363
with:
6464
node-version-file: .nvmrc
65-
- uses: actions/cache@v4
65+
- uses: actions/cache@v5
6666
with:
6767
path: |
6868
~/.npm

0 commit comments

Comments
 (0)