Skip to content

Commit 04ead73

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent ec9a732 commit 04ead73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535

3636
- name: Setup Java (temurin@11)
3737
if: matrix.java == 'temurin@11'
38-
uses: actions/setup-java@v4
38+
uses: actions/setup-java@v5
3939
with:
4040
distribution: temurin
4141
java-version: 11
4242
cache: sbt
4343

4444
- name: Setup Java (temurin@17)
4545
if: matrix.java == 'temurin@17'
46-
uses: actions/setup-java@v4
46+
uses: actions/setup-java@v5
4747
with:
4848
distribution: temurin
4949
java-version: 17

0 commit comments

Comments
 (0)