File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}-latest
1919 steps :
2020 - uses : actions/checkout@v6
21- - uses : coursier/setup-action@v1
21+ - uses : coursier/setup-action@v2
2222 with :
2323 apps : sbt
2424 jvm : zulu:${{ matrix.jvm }}
3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v6
34- - uses : coursier/setup-action@v1
34+ - uses : coursier/setup-action@v2
3535 with :
3636 apps : sbt
3737 - run : sbt ci-docs
4040 runs-on : ubuntu-latest
4141 steps :
4242 - uses : actions/checkout@v6
43- - uses : coursier/setup-action@v1
43+ - uses : coursier/setup-action@v2
4444 with :
4545 apps : sbt
4646 - run : ./bin/scalafmt --test
5252 - uses : actions/checkout@v6
5353 with :
5454 fetch-depth : 0
55- - uses : coursier/setup-action@v1
55+ - uses : coursier/setup-action@v2
5656 with :
5757 apps : sbt
5858 - run : sbt versionPolicyCheck
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v6
1111 with :
1212 fetch-depth : 0
13- - uses : coursier/setup-action@v1
13+ - uses : coursier/setup-action@v2
1414 with :
1515 apps : sbt
1616 - name : Publish ${{ github.ref }} (without wiping sonatype-stats)
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v6
1111 with :
1212 fetch-depth : 0
13- - uses : coursier/setup-action@v1
13+ - uses : coursier/setup-action@v2
1414 with :
1515 apps : sbt
1616 jvm : temurin:8
You can’t perform that action at this time.
0 commit comments