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 8c07f9a commit 64e5297Copy full SHA for 64e5297
2 files changed
.github/workflows/make-branch-runnable.yaml
@@ -36,7 +36,7 @@ jobs:
36
repository: 'typesafegithub/github-actions-typing-catalog'
37
path: 'github-actions-typing-catalog'
38
- id: 'step-2'
39
- uses: 'gradle/actions/setup-gradle@v5'
+ uses: 'gradle/actions/setup-gradle@v6'
40
- id: 'step-3'
41
working-directory: 'github-actions-typing'
42
run: './gradlew build'
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
43
44
45
46
47
0 commit comments