Skip to content

Commit

Permalink
GH-842 Update actions/setup-java action to v4.3.0 (#842)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 6868ef5 commit 39d3fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: adopt
java-version: '${{ matrix.java }}'
Expand Down

0 comments on commit 39d3fae

Please sign in to comment.