Skip to content

Commit

Permalink
Bump actions/setup-java from 3.2.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@4fe61d2...860f600)

---
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 May 9, 2022
1 parent 8a13076 commit fd7d079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
lfs: true

- name: Set up JDK
uses: actions/setup-java@4fe61d24fe5472910b93bdeffb8aad49f979d862
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit fd7d079

Please sign in to comment.