Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and timbru31 committed Mar 13, 2022
1 parent 9152efa commit e313dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set up Java 17
uses: actions/setup-java@v1
uses: actions/setup-java@v2.5.0
with:
java-version: 17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set up Java 17
uses: actions/setup-java@v1
uses: actions/setup-java@v2.5.0
with:
java-version: 17

Expand Down

0 comments on commit e313dd5

Please sign in to comment.