Skip to content

Commit

Permalink
Update actions/setup-java action to v4.6.0 (#602)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 2a339e8 commit fd4684c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: gradle/actions/wrapper-validation@v4

- name: Configure JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: gradle/actions/wrapper-validation@v4

- name: Configure JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit fd4684c

Please sign in to comment.