Skip to content

Commit

Permalink
main.yml: latest version of wrapper-validation-action is now 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 20, 2023
1 parent 3686ca7 commit 230f157
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 @@ -69,7 +69,7 @@ jobs:
with:
fetch-depth: 1
- name: Validate the Gradle wrapper
uses: gradle/wrapper-validation-action@v1.0.5
uses: gradle/wrapper-validation-action@v1
- name: Build
run: |
./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
path: build/native

- name: Validate the Gradle wrapper
uses: gradle/wrapper-validation-action@v1.0.5
uses: gradle/wrapper-validation-action@v1
- name: Build Engine
shell: bash
run: |
Expand Down

0 comments on commit 230f157

Please sign in to comment.