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 28
28
runs-on : ${{ matrix.os }}
29
29
steps :
30
30
- name : Checkout current branch (full)
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 0
34
34
93
93
runs-on : ${{ matrix.os }}
94
94
steps :
95
95
- name : Checkout current branch (full)
96
- uses : actions/checkout@v4
96
+ uses : actions/checkout@v5
97
97
with :
98
98
fetch-depth : 0
99
99
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ name: Clean
9
9
10
10
on : push
11
11
12
+ permissions :
13
+ actions : write
14
+
12
15
jobs :
13
16
delete-artifacts :
14
17
name : Delete Artifacts
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
8
8
9
9
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
10
10
11
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.25 .0" )
11
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.26 .0" )
12
12
13
13
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
14
14
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1" )
You can’t perform that action at this time.
0 commit comments