File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 HAS_SECRETS : ${{ secrets.SONATYPE_PASSWORD != '' }}
2727 steps :
2828 - name : Checkout current branch (full)
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v4
3030 with :
3131 fetch-depth : 0
3232
3636 java-version : ${{ matrix.java }}
3737
3838 - name : Cache sbt
39- uses : actions/cache@v2
39+ uses : actions/cache@v4
4040 with :
4141 path : |
4242 ~/.sbt
4545 ~/.cache/coursier/v1
4646 ~/AppData/Local/Coursier/Cache/v1
4747 ~/Library/Caches/Coursier/v1
48- key : ${{ runner.os }}-sbt-cache-v2 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
48+ key : ${{ runner.os }}-sbt-cache-v4 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
4949
5050 - name : Runs tests
5151 run : sbt -jvm-opts ci/ci.jvmopts ++${{ matrix.scala }} test
6969 HAS_SECRETS : ${{ secrets.SONATYPE_PASSWORD != '' }}
7070 steps :
7171 - name : Checkout current branch (full)
72- uses : actions/checkout@v2
72+ uses : actions/checkout@v4
7373 with :
7474 fetch-depth : 0
7575
7979 java-version : ${{ matrix.java }}
8080
8181 - name : Cache sbt
82- uses : actions/cache@v2
82+ uses : actions/cache@v4
8383 with :
8484 path : |
8585 ~/.sbt
8888 ~/.cache/coursier/v1
8989 ~/AppData/Local/Coursier/Cache/v1
9090 ~/Library/Caches/Coursier/v1
91- key : ${{ runner.os }}-sbt-cache-v2 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
91+ key : ${{ runner.os }}-sbt-cache-v4 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
9292
9393 - name : Runs tests
9494 run : sbt -jvm-opts ci/ci.jvmopts ++${{ matrix.scala }} coreJS/test
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 name : Publish release to Sonatype
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515
1616 - name : Setup Java and Scala
1717 uses : olafurpg/setup-scala@v10
1818 with :
19192020
2121 - name : Cache sbt
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : |
2525 ~/.sbt
2828 ~/.cache/coursier/v1
2929 ~/AppData/Local/Coursier/Cache/v1
3030 ~/Library/Caches/Coursier/v1
31- key : ${{ runner.os }}-sbt-cache-v2 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
31+ key : ${{ runner.os }}-sbt-cache-v4 -${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
3232
3333 - name : Import GPG key
3434 run : ci/import_gpg.sh
You can’t perform that action at this time.
0 commit comments