File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
1010 fail-fast : false
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - uses : coursier/cache-action@v6
15- - uses : actions/setup-java@v2
15+ - uses : actions/setup-java@v4
1616 with :
17- distribution : adopt
17+ distribution : temurin
1818 java-version : 8
19+ - uses : sbt/setup-sbt@v1
1920 - name : Test
2021 run : sbt test
Original file line number Diff line number Diff line change 66 publish :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 with :
1111 fetch-depth : 0
12- - uses : actions/setup-java@v2
12+ - uses : actions/setup-java@v4
1313 with :
14- distribution : adopt
14+ distribution : temurin
1515 java-version : 8
16+ - uses : sbt/setup-sbt@v1
1617 - run : sbt ci-release
1718 env :
1819 PGP_PASSPHRASE : ${{secrets.PGP_PASSPHRASE}}
You can’t perform that action at this time.
0 commit comments