Skip to content

Commit 3dd8e0b

Browse files
committed
Update gradle action in GitHub workflow
In the GitHub Actions workflow, the Gradle build action has been replaced with the Setup Gradle action. This aims at improving build procedures. The changes have been applied in the request-merge-to-main.yml file.
1 parent 23008b3 commit 3dd8e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/request-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: gradle/wrapper-validation-action@v3
2828

2929
- name: Run the Gradle package task
30-
uses: gradle/gradle-build-action@v3
30+
uses: gradle/actions/setup-gradle@v3
3131
with:
3232
arguments: build

0 commit comments

Comments
 (0)