Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 1 to 4 (#403)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/setup-java from 1 to 4

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* specify distribution

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Taylor <[email protected]>
  • Loading branch information
dependabot[bot] and ccmtaylor authored Feb 9, 2024
1 parent 56b9a90 commit b10cab9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:

steps:
- name: Install JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
java-version: 8
distribution: temurin
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b10cab9

Please sign in to comment.