Skip to content

Commit 093d572

Browse files
pyricauclaude
andcommitted
Upgrade wrapper-validation-action to gradle/actions/wrapper-validation@v4
The old gradle/wrapper-validation-action@v1 was silently failing on all PR runs (works on push-to-main but not on PR merge commits). The modern replacement is gradle/actions/wrapper-validation which is actively maintained by Gradle. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 44f8822 commit 093d572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: gradle/wrapper-validation-action@v1
14+
- uses: gradle/actions/wrapper-validation@v4
1515

1616
checks:
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)