Skip to content

Commit 5a7462f

Browse files
Update actions/setup-java action to v3.6.0 (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2b0142 commit 5a7462f

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/[email protected]
1616
- name: 'Set up JDK ${{ matrix.java }}'
17-
uses: actions/setup-java@v3.5.1
17+
uses: actions/setup-java@v3.6.0
1818
with:
1919
distribution: adopt
2020
java-version: '${{ matrix.java }}'

0 commit comments

Comments
 (0)