Skip to content

Commit c33bcb1

Browse files
authored
Merge pull request #137 from graphql-java/dependabot/github_actions/gradle/wrapper-validation-action-3
Bump gradle/wrapper-validation-action from 2 to 3
2 parents f9f4d57 + 4965ab3 commit c33bcb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: gradle/wrapper-validation-action@v2
17+
- uses: gradle/wrapper-validation-action@v3
1818
- name: Set up JDK 11
1919
uses: actions/setup-java@v4
2020
with:

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: gradle/wrapper-validation-action@v2
18+
- uses: gradle/wrapper-validation-action@v3
1919
- name: Set up JDK 11
2020
uses: actions/setup-java@v4
2121
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: gradle/wrapper-validation-action@v2
21+
- uses: gradle/wrapper-validation-action@v3
2222
- name: Set up JDK 11
2323
uses: actions/setup-java@v4
2424
with:

0 commit comments

Comments
 (0)