Skip to content

Commit 438f8f2

Browse files
Update actions/cache action to v6
1 parent eb2a5a0 commit 438f8f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
java-version: 11
4040

4141
- name: Cache sbt
42-
uses: actions/cache@v2
42+
uses: actions/cache@v6
4343
with:
4444
path: |
4545
~/.sbt
@@ -85,7 +85,7 @@ jobs:
8585
java-version: 11
8686

8787
- name: Cache sbt
88-
uses: actions/cache@v2
88+
uses: actions/cache@v6
8989
with:
9090
path: |
9191
~/.sbt

0 commit comments

Comments
 (0)