Skip to content

Commit

Permalink
Merge pull request #12 from Flashky/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
Flashky authored Dec 19, 2023
2 parents 24cd243 + 20224f9 commit 7a0398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 7a0398f

Please sign in to comment.