Skip to content

Commit

Permalink
build(deps): bump actions/setup-java from 3.5.1 to 3.6.0 (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2022
1 parent 90eacfe commit e77f8ca
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 @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit e77f8ca

Please sign in to comment.