Skip to content

Commit ae788e3

Browse files
Bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e19dd1 commit ae788e3

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)