Skip to content

Commit

Permalink
Bump actions/setup-java from 2.3.1 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2.3.1...v2.4.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>
  • Loading branch information
dependabot[bot] authored and robot-simplify4u committed Nov 30, 2021
1 parent 47c8d32 commit a9e6c9c
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.3.1
- uses: actions/setup-java@v2.4.0
with:
distribution: 'adopt'
java-version: '8'
Expand Down

0 comments on commit a9e6c9c

Please sign in to comment.