Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 18, 2021
1 parent 5935b25 commit ab8f2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: '12.x'

- uses: actions/setup-java@v2.0.0
- uses: actions/setup-java@v2.1.0
with:
distribution: 'adopt'
java-version: '8'
Expand Down

0 comments on commit ab8f2bd

Please sign in to comment.