We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39261e3 commit 89950c7Copy full SHA for 89950c7
.github/workflows/ci.yml
@@ -51,12 +51,12 @@ jobs:
51
distribution: 'zulu'
52
java-version: 8
53
- name: Cache SBT ivy cache
54
- uses: actions/cache@v1
+ uses: actions/cache@v3
55
with:
56
path: ~/.ivy2/cache
57
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('project/Build.scala') }}
58
- name: Cache SBT
59
60
61
path: ~/.sbt
62
key: ${{ runner.os }}-sbt-${{ hashFiles('project/Build.scala') }}
0 commit comments