Skip to content

Commit 46190ce

Browse files
committed
Update cache action
v2 is not longer available. Update to the most recent.
1 parent ad0fc0f commit 46190ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest]
24-
scala: [3.3.0]
24+
scala: [3.3.4]
2525
java: [temurin@11]
2626
runs-on: ${{ matrix.os }}
2727
steps:
@@ -47,7 +47,7 @@ jobs:
4747
jdkFile: ${{ steps.download-java-temurin-11.outputs.jdkFile }}
4848

4949
- name: Cache sbt
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
with:
5252
path: |
5353
~/.sbt

0 commit comments

Comments
 (0)