Skip to content

Commit 41a9c18

Browse files
committed
Switch to setup-gradle action
1 parent cee2621 commit 41a9c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CheckStyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: 'adopt'
2121

2222
- name: Setup Gradle
23-
uses: gradle/gradle-build-action@v3
23+
uses: gradle/actions/setup-gradle@v3
2424

2525
- name: Validate Gradle Wrapper
2626
uses: gradle/wrapper-validation-action@v2

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: 'adopt'
1919

2020
- name: Setup Gradle
21-
uses: gradle/gradle-build-action@v3
21+
uses: gradle/actions/setup-gradle@v3
2222

2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew

0 commit comments

Comments
 (0)