Skip to content

Commit

Permalink
Update gradle/actions action to v3.3.2 (#487)
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 Apr 27, 2024
1 parent 773fd72 commit deb17e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]

- name: Validate Gradle Wrapper
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Configure JDK ${{ env.JAVA_VERSION }}
uses: actions/[email protected]
Expand All @@ -34,7 +34,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2
with:
gradle-home-cache-cleanup: true

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/[email protected]

- name: Validate Gradle Wrapper
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Configure JDK ${{ env.JAVA_VERSION }}
uses: actions/[email protected]
Expand All @@ -87,7 +87,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2
with:
gradle-home-cache-cleanup: true

Expand Down

0 comments on commit deb17e4

Please sign in to comment.