File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments