Update gradle/actions action to v4
Some checks failed
Pull request workflow / Build and Test (pull_request) Failing after 32s
Some checks failed
Pull request workflow / Build and Test (pull_request) Failing after 32s
This commit is contained in:
parent
ff03e8331d
commit
0b85a2caf0
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ jobs:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- name: Validate Gradle Wrapper
|
- name: Validate Gradle Wrapper
|
||||||
uses: https://git.wbrawner.com/gradle/actions/wrapper-validation@v3
|
uses: https://git.wbrawner.com/gradle/actions/wrapper-validation@v4
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
uses: https://git.wbrawner.com/gradle/actions/setup-gradle@v3
|
uses: https://git.wbrawner.com/gradle/actions/setup-gradle@v4
|
||||||
with:
|
with:
|
||||||
arguments: --stacktrace check
|
arguments: --stacktrace check
|
||||||
- name: Publish JUnit Results
|
- name: Publish JUnit Results
|
||||||
|
|
Loading…
Reference in a new issue