Skip to content

Commit cc4ceb4

Browse files
dependency: Update actions/setup-java action to v4.7.1 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a500f8f commit cc4ceb4

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/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'

0 commit comments

Comments
 (0)