Skip to content

Commit ccb1d8d

Browse files
Update sbt-github-actions to 0.26.0 (#428)
* Update sbt-github-actions to 0.26.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent cee3abd commit ccb1d8d

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
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- name: Checkout current branch (full)
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535

.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
@@ -20,7 +20,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.13")
2020
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
2121

2222
// https://github.com/djspiewak/sbt-github-actions
23-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
23+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.26.0")
2424

2525
// https://github.com/sbt/sbt-projectmatrix
2626
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)