File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 java-version : ${{ matrix.java }}
3636
3737 - name : Cache sbt
38- uses : actions/cache@v2
38+ uses : actions/cache@v4
3939 with :
4040 path : |
4141 ~/.sbt
5454 run : sbt ++${{ matrix.scala }} publish
5555 env :
5656 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
57- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
57+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change 2020 java-version : adopt@1.8
2121
2222 - name : Cache sbt
23- uses : actions/cache@v2
23+ uses : actions/cache@v4
2424 with :
2525 path : |
2626 ~/.sbt
4141 env :
4242 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
4343 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
44- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
44+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
You can’t perform that action at this time.
0 commit comments