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 4141 disk-root : ' C:'
4242
4343 - name : Checkout current branch (full)
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 0
4747
@@ -117,7 +117,7 @@ jobs:
117117 disk-root : ' C:'
118118
119119 - name : Checkout current branch (full)
120- uses : actions/checkout@v4
120+ uses : actions/checkout@v5
121121 with :
122122 fetch-depth : 0
123123
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 @@ -8,4 +8,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88addSbtPlugin(" com.github.sbt" % " sbt-osgi" % " 0.9.9" )
99addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.8" )
1010addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
11- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.25 .0" )
11+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.26 .0" )
You can’t perform that action at this time.
0 commit comments