Skip to content

Commit bd902ad

Browse files
dependency: Update actions/setup-java action to v5.2.0 (#1278)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 455db5f commit bd902ad

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
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/[email protected]
6666

6767
- name: Set up JDK ${{ matrix.java }}
68-
uses: actions/setup-java@v5.1.0
68+
uses: actions/setup-java@v5.2.0
6969
with:
7070
distribution: adopt
7171
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)