Skip to content

Commit

Permalink
Bump actions/setup-java from 3.5.0 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@d854b6d...de1bb2b)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and david-waltermire committed Oct 27, 2022
1 parent 451400b commit 6aa87c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# -------------------------
# Java JDK 11
- name: Set up JDK 11
uses: actions/setup-java@d854b6da19cdadd9a010605529e522c2393ebd38 # v3.3.0
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # v3.3.0
with:
java-version: 11
distribution: 'temurin'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# -------------------------
# Java JDK 11
- name: Set up JDK 11
uses: actions/setup-java@d854b6da19cdadd9a010605529e522c2393ebd38 # v3.3.0
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # v3.3.0
with:
java-version: 11
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 @@ -19,7 +19,7 @@ jobs:
# -------------------------
# Java JDK 11
- name: Set up JDK 11
uses: actions/setup-java@d854b6da19cdadd9a010605529e522c2393ebd38 # v3.3.0
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # v3.3.0
with:
java-version: 11
distribution: 'temurin'
Expand Down

0 comments on commit 6aa87c4

Please sign in to comment.