File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3939 java-version : 11
4040
4141 - name : Cache sbt
42- uses : actions/cache@v2
42+ uses : actions/cache@v4
4343 with :
4444 path : |
4545 ~/.sbt
4848 ~/.cache/coursier/v1
4949 ~/AppData/Local/Coursier/Cache/v1
5050 ~/Library/Caches/Coursier/v1
51- key : ${{ runner.os }}-sbt-cache-v2 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
51+ key : ${{ runner.os }}-sbt-cache-v4 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
5252
5353 - name : Check that workflows are up to date
5454 run : sbt ++${{ matrix.scala }} githubWorkflowCheck
7272 strategy :
7373 matrix :
7474 os : [ubuntu-latest]
75- scala : [2.12.17 ]
75+ scala : [2.12.20 ]
7676 java : [temurin@11]
7777 runs-on : ${{ matrix.os }}
7878 steps :
8989 java-version : 11
9090
9191 - name : Cache sbt
92- uses : actions/cache@v2
92+ uses : actions/cache@v4
9393 with :
9494 path : |
9595 ~/.sbt
@@ -98,14 +98,14 @@ jobs:
9898 ~/.cache/coursier/v1
9999 ~/AppData/Local/Coursier/Cache/v1
100100 ~/Library/Caches/Coursier/v1
101- key : ${{ runner.os }}-sbt-cache-v2 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
101+ key : ${{ runner.os }}-sbt-cache-v4 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
102102
103- - name : Download target directories (2.12.17 )
104- uses : actions/download-artifact@v2
103+ - name : Download target directories (2.12.20 )
104+ uses : actions/download-artifact@v3
105105 with :
106- name : target-${{ matrix.os }}-2.12.17 -${{ matrix.java }}
106+ name : target-${{ matrix.os }}-2.12.20 -${{ matrix.java }}
107107
108- - name : Inflate target directories (2.12.17 )
108+ - name : Inflate target directories (2.12.20 )
109109 run : |
110110 tar xf targets.tar
111111 rm targets.tar
Original file line number Diff line number Diff line change 15151616 with :
1717 fetch-depth : 0
18- - uses : olafurpg/setup-scala@v10
18+ - uses : olafurpg/setup-scala@v11
1919 with :
2020 java-version : ${{ matrix.java }}
2121 - run : sbt ci-release
Original file line number Diff line number Diff line change 1- lazy val scala212 = " 2.12.16 "
2- lazy val scala213 = " 2.13.10 "
1+ lazy val scala212 = " 2.12.20 "
2+ lazy val scala213 = " 2.13.15 "
33lazy val scala3 = " 3.2.2"
44
55lazy val supportedScalaVersions = List (
Original file line number Diff line number Diff line change 1- ThisBuild / version := " 0.1.85 "
1+ ThisBuild / version := " 0.1.86 "
You can’t perform that action at this time.
0 commit comments