Skip to content

Commit bae63d2

Browse files
committed
github please
1 parent 1103976 commit bae63d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
java-version: 17
4848

4949
- name: Cache sbt
50-
uses: actions/cache@v2
50+
uses: actions/cache@v3
5151
with:
5252
path: |
5353
~/.sbt
@@ -56,7 +56,7 @@ jobs:
5656
~/.cache/coursier/v1
5757
~/AppData/Local/Coursier/Cache/v1
5858
~/Library/Caches/Coursier/v1
59-
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
59+
key: ${{ runner.os }}-sbt-cache-v3-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
6060

6161
- name: Check formatting
6262
run: sbt ++${{ matrix.scala }} scalafmtCheckAll scalafmtSbtCheck
@@ -107,7 +107,7 @@ jobs:
107107
java-version: 17
108108

109109
- name: Cache sbt
110-
uses: actions/cache@v2
110+
uses: actions/cache@v3
111111
with:
112112
path: |
113113
~/.sbt
@@ -116,7 +116,7 @@ jobs:
116116
~/.cache/coursier/v1
117117
~/AppData/Local/Coursier/Cache/v1
118118
~/Library/Caches/Coursier/v1
119-
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
119+
key: ${{ runner.os }}-sbt-cache-v3-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
120120

121121
- name: Download target directories (2.13.8)
122122
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)