File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
fetch-depth : 0
38
38
39
39
- name : Setup Java and Scala
40
- uses : olafurpg/setup-scala@v10
40
+ uses : olafurpg/setup-scala@v13
41
41
with :
42
42
java-version : ${{ matrix.java }}
43
43
55
55
56
56
- name : Check that workflows are up to date
57
57
shell : bash
58
- run : sbt --client ' ++${{ matrix.scala }}; githubWorkflowCheck'
58
+ run : sbt ++${{ matrix.scala }} githubWorkflowCheck
59
59
60
60
- shell : bash
61
- run : sbt --client ' ++${{ matrix.scala }}; ci'
61
+ run : sbt ++${{ matrix.scala }} ci
Original file line number Diff line number Diff line change 56
56
printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size
57
57
ghapi -X DELETE $REPO/actions/artifacts/$id
58
58
done
59
- done
59
+ done
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.codecommit" % " sbt-spiewak-sonatype" % " 0.21.0 " )
1
+ addSbtPlugin(" com.codecommit" % " sbt-spiewak-sonatype" % " 0.22.1 " )
You can’t perform that action at this time.
0 commit comments