Skip to content

Commit b7aa78b

Browse files
Update actions/setup-java action to v4.6.0 (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9de973a commit b7aa78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: gradle/actions/wrapper-validation@v4
3030

3131
- name: Configure JDK ${{ env.JAVA_VERSION }}
32-
uses: actions/setup-java@v4.5.0
32+
uses: actions/setup-java@v4.6.0
3333
with:
3434
distribution: temurin
3535
java-version: ${{ env.JAVA_VERSION }}
@@ -114,7 +114,7 @@ jobs:
114114
uses: gradle/actions/wrapper-validation@v4
115115

116116
- name: Configure JDK ${{ env.JAVA_VERSION }}
117-
uses: actions/setup-java@v4.5.0
117+
uses: actions/setup-java@v4.6.0
118118
with:
119119
distribution: temurin
120120
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)