Skip to content

Commit

Permalink
Update actions/setup-java action to v4.2.2 (#525)
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 Aug 5, 2024
1 parent fb322af commit b4f6af3
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/[email protected]

- name: Configure JDK ${{ env.JAVA_VERSION }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: gradle/actions/[email protected]

- name: Configure JDK ${{ env.JAVA_VERSION }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit b4f6af3

Please sign in to comment.