Skip to content

Commit 978e1bd

Browse files
Update gradle/gradle-build-action action to v3
1 parent 941c6f4 commit 978e1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/goslin/.github/workflows/check-grammars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
distribution: 'adopt'
3232
cache: 'gradle'
3333
- name: Gradle Build Action
34-
uses: gradle/gradle-build-action@v1.5.0
34+
uses: gradle/gradle-build-action@v3.5.0
3535
with:
3636
gradle-version: '7.2'
3737
arguments: build --continue # continue build on task errors to get overview of all tasks

0 commit comments

Comments
 (0)