Skip to content

Commit 22ec23b

Browse files
committed
Merge pull request #39406 from dependabot[bot]
* pr/39406: Polish "Bump gradle/wrapper-validation-action from 1 to 2" Bump gradle/wrapper-validation-action from 1 to 2 Closes gh-39406
2 parents e76acca + c22c5b6 commit 22ec23b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Validate Gradle wrapper
23-
uses: gradle/wrapper-validation-action@v1
23+
uses: gradle/wrapper-validation-action@27152f6fa06a6b8062ef7195c795692e51fc2c81
2424

2525
- name: Set up Gradle
2626
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: gradle/wrapper-validation-action@v1
13+
- uses: gradle/wrapper-validation-action@27152f6fa06a6b8062ef7195c795692e51fc2c81

0 commit comments

Comments
 (0)