Skip to content

Commit 7f3b6f6

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 4042cdc commit 7f3b6f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
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@v3
38+
uses: actions/setup-java@v4
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@v3
46+
uses: actions/setup-java@v4
4747
with:
4848
distribution: temurin
4949
java-version: 17
@@ -93,15 +93,15 @@ jobs:
9393

9494
- name: Setup Java (temurin@11)
9595
if: matrix.java == 'temurin@11'
96-
uses: actions/setup-java@v3
96+
uses: actions/setup-java@v4
9797
with:
9898
distribution: temurin
9999
java-version: 11
100100
cache: sbt
101101

102102
- name: Setup Java (temurin@17)
103103
if: matrix.java == 'temurin@17'
104-
uses: actions/setup-java@v3
104+
uses: actions/setup-java@v4
105105
with:
106106
distribution: temurin
107107
java-version: 17

0 commit comments

Comments
 (0)