Skip to content

Commit

Permalink
Update actions/setup-java action to v4.5.0 (#357)
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 Oct 24, 2024
1 parent b3a7f47 commit 3c50b4c
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 @@ -29,7 +29,7 @@ jobs:
uses: gradle/actions/wrapper-validation@v4

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

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

0 comments on commit 3c50b4c

Please sign in to comment.