We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3ac0c commit 541a0aaCopy full SHA for 541a0aa
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
java-version: 11
17
distribution: temurin
18
- name: Mount caches
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
with:
21
path: |
22
~/.sbt
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v1
13
- name: Scala caches
14
15
0 commit comments