Update gradle/gradle-build-action action to v3
Some checks failed
Publish Docker image / Push Docker image to Forgejo Packages (push) Failing after 1m17s
Some checks failed
Publish Docker image / Push Docker image to Forgejo Packages (push) Failing after 1m17s
This commit is contained in:
parent
b761256862
commit
fbc936e2bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Validate Gradle Wrapper
|
- name: Validate Gradle Wrapper
|
||||||
uses: gradle/wrapper-validation-action@v1
|
uses: gradle/wrapper-validation-action@v1
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
uses: gradle/gradle-build-action@v2
|
uses: gradle/gradle-build-action@v3
|
||||||
with:
|
with:
|
||||||
arguments: --stacktrace build
|
arguments: --stacktrace build
|
||||||
- name: Publish JUnit Results
|
- name: Publish JUnit Results
|
||||||
|
|
Loading…
Reference in a new issue