Skip to content

Commit cef321c

Browse files
committed
Upgraded to actions/setup-java@v4
1 parent 8798b5f commit cef321c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-java@v5
2525
with:
2626
java-version: '21'
27-
distribution: 'adopt'
27+
distribution: 'temurin'
2828
cache: 'maven'
2929

3030
- uses: actions/cache@v4

0 commit comments

Comments
 (0)