Skip to content

Commit 81f07f3

Browse files
Update sbt-github-actions to 0.26.0 (#623)
* Update sbt-github-actions to 0.26.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent d4c73b9 commit 81f07f3

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
@@ -41,7 +41,7 @@ jobs:
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

.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
@@ -8,4 +8,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.9")
99
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
1010
addSbtPlugin("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")

0 commit comments

Comments
 (0)