Skip to content

Commit 7a0398f

Browse files
authored
Merge pull request #12 from Flashky/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 24cd243 + 20224f9 commit 7a0398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3636
restore-keys: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3737
- name: Set up JDK 17
38-
uses: actions/setup-java@v3
38+
uses: actions/setup-java@v4
3939
with:
4040
distribution: temurin
4141
java-version: 17

0 commit comments

Comments
 (0)