Skip to content

Commit

Permalink
Bump oracle-actions/setup-java in /.github/actions/run-gradle (#1205)
Browse files Browse the repository at this point in the history
Bumps [oracle-actions/setup-java](https://github.com/oracle-actions/setup-java) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/oracle-actions/setup-java/releases)
- [Changelog](https://github.com/oracle-actions/setup-java/blob/main/CHANGELOG.md)
- [Commits](oracle-actions/setup-java@1f72fc8...7a0114d)

---
updated-dependencies:
- dependency-name: oracle-actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 89fbad8 commit ebcd3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
java-version: ${{ inputs.java }}
distribution: temurin
- name: Set up JDK ${{ inputs.java }}
uses: oracle-actions/setup-java@1f72fc84c0ae0b8ac40bfa0cfb3935ac9a28ffb7 # v1.3.1
uses: oracle-actions/setup-java@7a0114d66dbd02646abd345c3395b34c148e6126 # v1.3.2
if: (inputs.early-access == inputs.java) && (inputs.java != 'GraalVM')
with:
release: ${{ inputs.java }}
Expand Down

0 comments on commit ebcd3e9

Please sign in to comment.