Skip to content

Commit e4dfa56

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 70e0c50 commit e4dfa56

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ 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@17)
3636
if: matrix.java == 'temurin@17'
37-
uses: actions/setup-java@v4
37+
uses: actions/setup-java@v5
3838
with:
3939
distribution: temurin
4040
java-version: 17
4141
cache: sbt
4242

4343
- name: Setup Java (temurin@21)
4444
if: matrix.java == 'temurin@21'
45-
uses: actions/setup-java@v4
45+
uses: actions/setup-java@v5
4646
with:
4747
distribution: temurin
4848
java-version: 21
@@ -80,21 +80,21 @@ jobs:
8080
runs-on: ${{ matrix.os }}
8181
steps:
8282
- name: Checkout current branch (full)
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v5
8484
with:
8585
fetch-depth: 0
8686

8787
- name: Setup Java (temurin@17)
8888
if: matrix.java == 'temurin@17'
89-
uses: actions/setup-java@v4
89+
uses: actions/setup-java@v5
9090
with:
9191
distribution: temurin
9292
java-version: 17
9393
cache: sbt
9494

9595
- name: Setup Java (temurin@21)
9696
if: matrix.java == 'temurin@21'
97-
uses: actions/setup-java@v4
97+
uses: actions/setup-java@v5
9898
with:
9999
distribution: temurin
100100
java-version: 21

.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

0 commit comments

Comments
 (0)