Skip to content

Commit

Permalink
Update actions/setup-java action to v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 42da3d0 commit c27a701
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.6.0
uses: actions/setup-java@v4.7.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.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit c27a701

Please sign in to comment.