Skip to content

Commit 569ff42

Browse files
GH-10 Update actions/setup-java action to v4.2.1 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c698605 commit 569ff42

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.0.0
21+
uses: actions/setup-java@v4.2.1
2222
with:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'

0 commit comments

Comments
 (0)