Skip to content

Commit 6c3809f

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 088a62f commit 6c3809f

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 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 (zulu@8)
3636
if: matrix.java == 'zulu@8'
37-
uses: actions/setup-java@v4
37+
uses: actions/setup-java@v5
3838
with:
3939
distribution: zulu
4040
java-version: 8
@@ -73,13 +73,13 @@ jobs:
7373
runs-on: ${{ matrix.os }}
7474
steps:
7575
- name: Checkout current branch (full)
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777
with:
7878
fetch-depth: 0
7979

8080
- name: Setup Java (zulu@8)
8181
if: matrix.java == 'zulu@8'
82-
uses: actions/setup-java@v4
82+
uses: actions/setup-java@v5
8383
with:
8484
distribution: zulu
8585
java-version: 8
@@ -89,7 +89,7 @@ jobs:
8989
uses: sbt/setup-sbt@v1
9090

9191
- name: Download target directories (2.12.20)
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v5
9393
with:
9494
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
9595

@@ -99,7 +99,7 @@ jobs:
9999
rm targets.tar
100100
101101
- name: Download target directories (2.13.16)
102-
uses: actions/download-artifact@v4
102+
uses: actions/download-artifact@v5
103103
with:
104104
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
105105

@@ -109,7 +109,7 @@ jobs:
109109
rm targets.tar
110110
111111
- name: Download target directories (3.3.4)
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
115115

.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)