Skip to content

Commit

Permalink
build(deps): bump actions/setup-java from 3.6.0 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@de1bb2b...19eeec5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ParanoidUser committed Dec 2, 2022
1 parent 72fda42 commit 7e48905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Setup Java
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc
uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d
with:
distribution: adopt
java-version: 17
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: for f in fork-*/artifacts.tar.gz; do tar xf $f && rm $f; done

- name: Setup Java
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc
uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d
with:
distribution: adopt
java-version: 17
Expand Down

0 comments on commit 7e48905

Please sign in to comment.