We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58837ea commit b542d53Copy full SHA for b542d53
data/goslin/.github/workflows/check-grammars.yml
@@ -31,7 +31,7 @@ jobs:
31
distribution: 'adopt'
32
cache: 'gradle'
33
- name: Gradle Build Action
34
- uses: gradle/gradle-build-action@v1.5.0
+ uses: gradle/gradle-build-action@v3.3.1
35
with:
36
gradle-version: '7.2'
37
arguments: build --continue # continue build on task errors to get overview of all tasks
0 commit comments