Update gradle/actions action to v4
Some checks failed
Pull request workflow / Build and Test (pull_request) Failing after 29s
Some checks failed
Pull request workflow / Build and Test (pull_request) Failing after 29s
This commit is contained in:
parent
84ad21011a
commit
904b583900
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ jobs:
|
|||
distribution: temurin
|
||||
java-version: 17
|
||||
- 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
|
||||
uses: https://git.wbrawner.com/gradle/actions/setup-gradle@v3
|
||||
uses: https://git.wbrawner.com/gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
arguments: --stacktrace check
|
||||
- name: Publish JUnit Results
|
||||
|
|
Loading…
Reference in a new issue