Skip to content

Commit

Permalink
deps(internal): update actions/setup-java action to v4.6.0 (#651)
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 2d074bc commit 8a16919
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 @@ -39,7 +39,7 @@ jobs:
uses: gradle/actions/[email protected]

- name: Set up JDK
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: 17
distribution: temurin
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: gradle/actions/[email protected]

- name: Set up JDK
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: 17
distribution: temurin
Expand Down

0 comments on commit 8a16919

Please sign in to comment.