-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle/actions action to v3.5.0
- Loading branch information
1 parent
d5b4d72
commit e6c6e6b
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Validate Gradle Wrapper | ||
uses: gradle/actions/wrapper-validation@v3.4.2 | ||
uses: gradle/actions/wrapper-validation@v3.5.0 | ||
|
||
- name: Configure JDK ${{ env.JAVA_VERSION }} | ||
uses: actions/[email protected] | ||
|
@@ -34,7 +34,7 @@ jobs: | |
java-version: ${{ env.JAVA_VERSION }} | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.4.2 | ||
uses: gradle/actions/setup-gradle@v3.5.0 | ||
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
|
@@ -78,7 +78,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Validate Gradle Wrapper | ||
uses: gradle/actions/wrapper-validation@v3.4.2 | ||
uses: gradle/actions/wrapper-validation@v3.5.0 | ||
|
||
- name: Configure JDK ${{ env.JAVA_VERSION }} | ||
uses: actions/[email protected] | ||
|
@@ -87,7 +87,7 @@ jobs: | |
java-version: ${{ env.JAVA_VERSION }} | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.4.2 | ||
uses: gradle/actions/setup-gradle@v3.5.0 | ||
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
|