Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 10, 2021
1 parent 9c1ee6e commit ffef5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set up JDK
uses: actions/setup-java@v2.1.0
uses: actions/setup-java@v2.2.0
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit ffef5a9

Please sign in to comment.