Skip to content

Commit

Permalink
Update actions/setup-java action to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 2a339e8 commit 4c0eca3
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 4c0eca3

Please sign in to comment.