Skip to content

Commit 98c15c1

Browse files
authored
Merge pull request #16 from Javernaut/dependabot/github_actions/gradle/wrapper-validation-action-3
Bump gradle/wrapper-validation-action from 2 to 3
2 parents f32f3b9 + 8be84b8 commit 98c15c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Gradle Wrapper Validation
19-
uses: gradle/wrapper-validation-action@v2
19+
uses: gradle/wrapper-validation-action@v3
2020

2121
- name: Overriding gradle.properties for CI
2222
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)