Skip to content

Commit

Permalink
Bump actions/setup-java from 1 to 2.1.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.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 18, 2021
1 parent fedef76 commit 9043ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2.1.0
with:
java-version: ${{ matrix.java }}

Expand Down

0 comments on commit 9043ad7

Please sign in to comment.