Skip to content

Commit 229dfd5

Browse files
sbt-github-actions 0.28.0 (was 0.24.0) (#302)
* sbt-github-actions 0.28.0 (was 0.24.0) * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 6e63a32 commit 229dfd5

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Checkout current branch (full)
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

3535
- name: Setup Java (temurin@11)
3636
if: matrix.java == 'temurin@11'
37-
uses: actions/setup-java@v4
37+
uses: actions/setup-java@v5
3838
with:
3939
distribution: temurin
4040
java-version: 11
@@ -69,13 +69,13 @@ jobs:
6969
runs-on: ${{ matrix.os }}
7070
steps:
7171
- name: Checkout current branch (full)
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373
with:
7474
fetch-depth: 0
7575

7676
- name: Setup Java (temurin@11)
7777
if: matrix.java == 'temurin@11'
78-
uses: actions/setup-java@v4
78+
uses: actions/setup-java@v5
7979
with:
8080
distribution: temurin
8181
java-version: 11
@@ -85,7 +85,7 @@ jobs:
8585
uses: sbt/setup-sbt@v1
8686

8787
- name: Download target directories (2.12.20)
88-
uses: actions/download-artifact@v4
88+
uses: actions/download-artifact@v5
8989
with:
9090
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
9191

.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,4 +1,4 @@
11
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
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.28.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)