Skip to content

Commit

Permalink
chore(ci): upgrade actions/setup-java to version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Dec 1, 2024
1 parent 2672185 commit fb59395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.5.0
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Set up JDK
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: 'temurin'
Expand Down

0 comments on commit fb59395

Please sign in to comment.