Skip to content

Commit

Permalink
Merge pull request #1188 from joinfaces/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4.3.0

Bump actions/setup-java from 4.2.2 to 4.3.0
  • Loading branch information
persapiens committed Sep 9, 2024
2 parents a73dfad + 9422093 commit cd28e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Set up JDK ${{ matrix.java }}
if: ${{ matrix.java == 17 }}
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down

0 comments on commit cd28e7b

Please sign in to comment.