Skip to content

Commit

Permalink
Bump actions/setup-java from 2.2.0 to 2.3.0 (#49)
Browse files Browse the repository at this point in the history
* Bump actions/setup-java from 2.2.0 to 2.3.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2.2.0...v2.3.0)

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

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

* try cache and switch to temurin

Signed-off-by: Olivier Lamy <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <[email protected]>
  • Loading branch information
dependabot[bot] and olamy authored Aug 25, 2021
1 parent 594dadc commit fa72f88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java: [8, 11]
jdk: [adopt, zulu]
jdk: [temurin, zulu]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -45,10 +45,11 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v2.2.0
uses: actions/setup-java@v2.3.0
with:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
cache: 'maven'

- name: Build with Maven
run: mvn clean verify -e -B -V -P run-its

0 comments on commit fa72f88

Please sign in to comment.