Skip to content

Commit 33394fe

Browse files
Update gradle/wrapper-validation-action action to v3 (#55)
* Update gradle/wrapper-validation-action action to v3 * Update .github/workflows/build.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexander Brandes <mc.cache@web.de>
1 parent bc89996 commit 33394fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: "Checkout Repository"
1010
uses: actions/checkout@v4
1111
- name : "Validate Gradle Wrapper"
12-
uses : "gradle/wrapper-validation-action@v2"
12+
uses: gradle/actions/wrapper-validation@v3
1313
- name: "Setup Java"
1414
uses: actions/setup-java@v4
1515
with:

0 commit comments

Comments
 (0)