We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9315b29 commit 14dc3e6Copy full SHA for 14dc3e6
.github/workflows/quality-assurance.yaml
@@ -9,6 +9,5 @@ jobs:
9
with:
10
java-version: "21"
11
distribution: "temurin"
12
- - uses: gradle/actions/setup-gradle@v3
+ - uses: gradle/gradle-build-action@v3
13
- run: ./gradlew test
14
-
0 commit comments