Skip to content

Commit 565f51f

Browse files
authored
Merge pull request #169 from scala-steward/update/sbt-github-actions-0.26.0
Update sbt-github-actions to 0.26.0
2 parents 2d65d28 + e5280cc commit 565f51f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

.github/workflows/clean.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ name: Clean
99

1010
on: push
1111

12+
permissions:
13+
actions: write
14+
1215
jobs:
1316
delete-artifacts:
1417
name: Delete Artifacts

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
22
addSbtPlugin("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")

0 commit comments

Comments
 (0)