Skip to content

Commit 856fcbc

Browse files
Update gradle-update/update-gradle-wrapper-action action to v2
1 parent 38966f6 commit 856fcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-wrapper-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'temurin' # See 'Supported distributions' for available options
2020
java-version: '17'
2121
- name: Update Gradle Wrapper
22-
uses: gradle-update/update-gradle-wrapper-action@v1
22+
uses: gradle-update/update-gradle-wrapper-action@v2
2323
with:
2424
repo-token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
2525
target-branch: develop

0 commit comments

Comments
 (0)