Skip to content

Commit

Permalink
Bump actions/setup-java from 1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and slachiewicz committed Aug 13, 2021
1 parent 12a6020 commit eb91eda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Expand Up @@ -44,9 +44,10 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2.2.0
with:
java-version: ${{ matrix.java }}
distribution: temurin

- name: Build with Maven
run: ./mvnw verify -e -B -V -P run-its

0 comments on commit eb91eda

Please sign in to comment.