Skip to content

Commit d3c5b3a

Browse files
committed
Update workflow
1 parent 4228281 commit d3c5b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- uses: gradle/wrapper-validation-action@v2
17+
- uses: gradle/actions/wrapper-validation@v3
1818
- name: Setup Gradle
1919
uses: gradle/actions/setup-gradle@v3
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
context: changelog
3838
workflow_id: release.yml
39-
- uses: gradle/wrapper-validation-action@v2
39+
- uses: gradle/actions/wrapper-validation@v3
4040
- name: Setup Gradle
4141
uses: gradle/actions/setup-gradle@v3
4242
with:

0 commit comments

Comments
 (0)