Skip to content

Commit 89950c7

Browse files
committed
Upgrade actions/cache from v1 to v3
1 parent 39261e3 commit 89950c7

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
@@ -51,12 +51,12 @@ jobs:
5151
distribution: 'zulu'
5252
java-version: 8
5353
- name: Cache SBT ivy cache
54-
uses: actions/cache@v1
54+
uses: actions/cache@v3
5555
with:
5656
path: ~/.ivy2/cache
5757
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('project/Build.scala') }}
5858
- name: Cache SBT
59-
uses: actions/cache@v1
59+
uses: actions/cache@v3
6060
with:
6161
path: ~/.sbt
6262
key: ${{ runner.os }}-sbt-${{ hashFiles('project/Build.scala') }}

0 commit comments

Comments
 (0)