Skip to content

Commit

Permalink
Bump actions/setup-java from 1 to 3 (#152)
Browse files Browse the repository at this point in the history
* Bump actions/setup-java from 1 to 3

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

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

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

* GHA java-setup@v3 requires distribution name

Signed-off-by: Lukáš Vlček <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Lukáš Vlček <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukáš Vlček <[email protected]>
  • Loading branch information
dependabot[bot] and lukas-vlcek authored Mar 7, 2023
1 parent ccb9aff commit 9e2568e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: "adopt"
java-version: ${{ matrix.java }}

- name: Build and Run Tests
Expand Down

0 comments on commit 9e2568e

Please sign in to comment.