We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c214709 commit 11b5810Copy full SHA for 11b5810
.github/workflows/sbt.yml
@@ -36,7 +36,7 @@ jobs:
36
path: ~/.ivy2/cache
37
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/*.sbt') }}
38
- name: Cache SBT
39
- uses: actions/cache@v1
+ uses: actions/cache@v4
40
with:
41
path: ~/.sbt
42
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
0 commit comments