mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Try another workflow for validating gradle
This commit is contained in:
2
.github/workflows/1.21.9_pr.yml
vendored
2
.github/workflows/1.21.9_pr.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
- uses: gradle/actions/wrapper-validation@v3
|
||||
license:
|
||||
name: "Verify License integrity"
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
2
.github/workflows/1.21.9_push.yml
vendored
2
.github/workflows/1.21.9_push.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
uses: gradle/actions/wrapper-validation@v3
|
||||
|
||||
- name: Verify license using Licenser
|
||||
uses: gradle/gradle-build-action@v2
|
||||
|
||||
Reference in New Issue
Block a user