Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 1 to 3 (#445)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/setup-java from 1 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* ci(github): configure java distribution

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
  • Loading branch information
dependabot[bot] and saig0 committed Jul 1, 2022
1 parent c9f5c6c commit fa3a20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-maven.yml
Expand Up @@ -11,8 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Java setup
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- name: Cache
uses: actions/cache@v3
Expand Down

0 comments on commit fa3a20b

Please sign in to comment.