Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 1659229

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

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)