Skip to content

Commit 14dc3e6

Browse files
committed
meta: use gradle-build-action instead of gradle/actions/setup-gradle
1 parent 9315b29 commit 14dc3e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/quality-assurance.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ jobs:
99
with:
1010
java-version: "21"
1111
distribution: "temurin"
12-
- uses: gradle/actions/setup-gradle@v3
12+
- uses: gradle/gradle-build-action@v3
1313
- run: ./gradlew test
14-

0 commit comments

Comments
 (0)