Skip to content

Commit d974f92

Browse files
GH-49 Update actions/setup-java action to v3.9.0 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91e6cb2 commit d974f92

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.8.0
17+
uses: actions/setup-java@v3.9.0
1818
with:
1919
distribution: adopt
2020
java-version: '${{ matrix.java }}'

0 commit comments

Comments
 (0)