We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cd1f4 commit eb38375Copy full SHA for eb38375
.github/workflows/github_actions.yml
@@ -25,19 +25,19 @@ jobs:
25
check-latest: true
26
27
- name: checkFormat
28
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@v2.4.2
29
with:
30
arguments: checkFormat
31
32
- name: assemble
33
34
35
arguments: assemble
36
37
- name: test
38
env:
39
API_TOKEN: ${{ secrets.API_TOKEN }}
40
41
42
arguments: test
43
0 commit comments