Skip to content

Commit 19ddb92

Browse files
authored
GH Actions - switch to cache v4 (#1109)
1 parent 44ff403 commit 19ddb92

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Cache SBT
3434
id: cache-sbt
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: |
3838
~/.sbt
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Cache SBT
7373
id: cache-sbt
74-
uses: actions/cache@v2
74+
uses: actions/cache@v4
7575
with:
7676
path: |
7777
~/.sbt
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Cache SBT
112112
id: cache-sbt
113-
uses: actions/cache@v2
113+
uses: actions/cache@v4
114114
with:
115115
path: |
116116
~/.sbt
@@ -154,7 +154,7 @@ jobs:
154154

155155
- name: Cache SBT
156156
id: cache-sbt
157-
uses: actions/cache@v2
157+
uses: actions/cache@v4
158158
with:
159159
path: |
160160
~/.sbt
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: Cache SBT
217217
id: cache-sbt
218-
uses: actions/cache@v2
218+
uses: actions/cache@v4
219219
with:
220220
path: |
221221
~/.sbt
@@ -251,7 +251,7 @@ jobs:
251251
node-version: 16
252252

253253
- name: Cache sbt
254-
uses: actions/cache@v2
254+
uses: actions/cache@v4
255255
with:
256256
path: |
257257
~/.sbt
@@ -321,7 +321,7 @@ jobs:
321321
node-version: 16
322322

323323
- name: Cache sbt
324-
uses: actions/cache@v2
324+
uses: actions/cache@v4
325325
with:
326326
path: |
327327
~/.sbt

0 commit comments

Comments
 (0)