Update gradle/actions action to v4
Some checks failed
Pull request workflow / Build and Test (pull_request) Failing after 25s
Some checks failed
Pull request workflow / Build and Test (pull_request) Failing after 25s
This commit is contained in:
parent
6020fd647f
commit
811d2b404b
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