Skip to content

Commit 9dbbfa7

Browse files
stephengoldscenemax3d
authored andcommitted
main.yml: upgrade the wrapper validation action to v3 (#2257)
1 parent 7409597 commit 9dbbfa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
fetch-depth: 1
7272
- name: Validate the Gradle wrapper
73-
uses: gradle/wrapper-validation-action@v2
73+
uses: gradle/actions/wrapper-validation@v3
7474
- name: Build
7575
run: |
7676
./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
@@ -124,7 +124,7 @@ jobs:
124124
path: build/native
125125

126126
- name: Validate the Gradle wrapper
127-
uses: gradle/wrapper-validation-action@v2
127+
uses: gradle/actions/wrapper-validation@v3
128128
- name: Build Engine
129129
shell: bash
130130
run: |

0 commit comments

Comments
 (0)