Skip to content

Commit 66446a9

Browse files
GH-27 Update actions/setup-java action to v4.3.0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20f5d85 commit 66446a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/[email protected]
2020
- name: 'Set up JDK ${{ matrix.java }}'
21-
uses: actions/setup-java@v4.2.1
21+
uses: actions/setup-java@v4.3.0
2222
with:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'

0 commit comments

Comments
 (0)