Skip to content

Commit

Permalink
Merge pull request #127 from dirkgroot/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v4.2.1
  • Loading branch information
dirkgroot authored Apr 5, 2024
2 parents 641a69e + df11cba commit 2debd93
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 @@ -49,7 +49,7 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.2.1
with:
java-version: 17
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}

- uses: actions/setup-java@v4.0.0
- uses: actions/setup-java@v4.2.1
with:
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
java-version: "17"
Expand Down

0 comments on commit 2debd93

Please sign in to comment.