Bump actions/setup-java from 2.3.0 to 2.3.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-30 09:01:13 +00:00
committed by Simplify4U Technical account
parent 84b0c6e443
commit 93e13a8041

View File

@ -23,7 +23,7 @@ jobs:
with:
node-version: '12.x'
- uses: actions/setup-java@v2.3.0
- uses: actions/setup-java@v2.3.1
with:
distribution: 'adopt'
java-version: '8'