Skip to content

Commit 270834a

Browse files
Update sbt-github-actions to 0.26.0 (#175)
* Update sbt-github-actions to 0.26.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent fe08476 commit 270834a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- name: Checkout current branch (full)
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

.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/giter8.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.17.0")
2-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
2+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.26.0")

0 commit comments

Comments
 (0)