Skip to content

Commit

Permalink
main.yml: upgrade the wrapper validation action to v3 (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored May 9, 2024
1 parent fa6083f commit b5abd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
fetch-depth: 1
- name: Validate the Gradle wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v3
- name: Build
run: |
./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
path: build/native

- name: Validate the Gradle wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v3
- name: Build Engine
shell: bash
run: |
Expand Down

0 comments on commit b5abd2e

Please sign in to comment.