Skip to content

Commit 7d03a42

Browse files
committed
update actions/setup
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent edacb3b commit 7d03a42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ jobs:
3131
fail-fast: true
3232
max-parallel: 4
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 50
3737
- name: Set up Java ${{ matrix.jdk }}
38-
if: ${{ matrix.jdk != '8' }}
39-
uses: actions/setup-java@v2
38+
uses: actions/setup-java@v4
4039
with:
4140
distribution: 'temurin'
4241
java-version: ${{ matrix.jdk }}

0 commit comments

Comments
 (0)