Skip to content

Commit fe24aa2

Browse files
authored
Merge pull request #3113 from testng-team/dependabot/github_actions/gradle/wrapper-validation-action-3.3.0
Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.0
2 parents 249ea08 + 29bd66c commit fe24aa2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: gradle/wrapper-validation[email protected]
10+
- uses: gradle/actions/wrapper-validation@v3

.github/workflows/publish-maven-central.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Gradle wrapper validation
27-
uses: gradle/wrapper-validation[email protected]
27+
uses: gradle/actions/wrapper-validation@v3
2828

2929
# FIXME Check https://github.com/allure-framework/allure2/blob/430255d8cf5c236ed29bc0df0b72dcd9389c3df9/.github/workflows/release.yaml
3030
- name: Publish Release Candidate

.github/workflows/publish-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Gradle wrapper validation
22-
uses: gradle/wrapper-validation[email protected]
22+
uses: gradle/actions/wrapper-validation@v3
2323

2424
- name: Publish to GitHub
2525
run: |

.github/workflows/release-maven-central.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Gradle wrapper validation
32-
uses: gradle/wrapper-validation[email protected]
32+
uses: gradle/actions/wrapper-validation@v3
3333

3434
- name: Create Nexus.txt with staging repository details
3535
run: |

0 commit comments

Comments
 (0)