Skip to content

Commit bb2d8d2

Browse files
authored
Merge pull request #3104 from testng-team/dependabot/github_actions/gradle/wrapper-validation-action-2.1.2
Bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2
2 parents eb520fe + ae788e3 commit bb2d8d2

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/[email protected].1
10+
- uses: gradle/[email protected].2

.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/[email protected].1
27+
uses: gradle/[email protected].2
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/[email protected].1
22+
uses: gradle/[email protected].2
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/[email protected].1
32+
uses: gradle/[email protected].2
3333

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

0 commit comments

Comments
 (0)