Skip to content

Commit

Permalink
Bump actions/setup-java from 2.3.0 to 2.3.1 (#122)
Browse files Browse the repository at this point in the history
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](actions/setup-java@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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2021
1 parent 1b0242e commit 9213f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/[email protected]

- name: Set up JDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 9213f6b

Please sign in to comment.