Skip to content

Commit c31575e

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 7ee42c3 commit c31575e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,31 @@ jobs:
3333

3434
- name: Setup Java (temurin@8)
3535
if: matrix.java == 'temurin@8'
36-
uses: actions/setup-java@v4
36+
uses: actions/setup-java@v5
3737
with:
3838
distribution: temurin
3939
java-version: 8
4040
cache: sbt
4141

4242
- name: Setup Java (temurin@11)
4343
if: matrix.java == 'temurin@11'
44-
uses: actions/setup-java@v4
44+
uses: actions/setup-java@v5
4545
with:
4646
distribution: temurin
4747
java-version: 11
4848
cache: sbt
4949

5050
- name: Setup Java (temurin@17)
5151
if: matrix.java == 'temurin@17'
52-
uses: actions/setup-java@v4
52+
uses: actions/setup-java@v5
5353
with:
5454
distribution: temurin
5555
java-version: 17
5656
cache: sbt
5757

5858
- name: Setup Java (temurin@21)
5959
if: matrix.java == 'temurin@21'
60-
uses: actions/setup-java@v4
60+
uses: actions/setup-java@v5
6161
with:
6262
distribution: temurin
6363
java-version: 21

0 commit comments

Comments
 (0)