File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 runs-on : ${{ matrix.os }}
2929 steps :
3030 - name : Checkout current branch (full)
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
7575 runs-on : ${{ matrix.os }}
7676 steps :
7777 - name : Checkout current branch (full)
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v5
7979 with :
8080 fetch-depth : 0
8181
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ name: Clean
99
1010on : push
1111
12+ permissions :
13+ actions : write
14+
1215jobs :
1316 delete-artifacts :
1417 name : Delete Artifacts
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1" )
22
3- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.25 .0" )
3+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.26 .0" )
44
55addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
66
You can’t perform that action at this time.
0 commit comments