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 4444 disk-root : ' C:'
4545
4646 - name : Checkout current branch (full)
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 with :
4949 fetch-depth : 0
5050
@@ -124,7 +124,7 @@ jobs:
124124 disk-root : ' C:'
125125
126126 - name : Checkout current branch (full)
127- uses : actions/checkout@v4
127+ uses : actions/checkout@v5
128128 with :
129129 fetch-depth : 0
130130
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(" com.github.sbt" % " sbt-ci-release" % " 1.9.2" )
22addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
3- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
3+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.26 .0" )
You can’t perform that action at this time.
0 commit comments