Skip to content

Commit 64e5297

Browse files
chore(deps): update gradle/actions action to v6
1 parent 8c07f9a commit 64e5297

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/make-branch-runnable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
repository: 'typesafegithub/github-actions-typing-catalog'
3737
path: 'github-actions-typing-catalog'
3838
- id: 'step-2'
39-
uses: 'gradle/actions/setup-gradle@v5'
39+
uses: 'gradle/actions/setup-gradle@v6'
4040
- id: 'step-3'
4141
working-directory: 'github-actions-typing'
4242
run: './gradlew build'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
repository: 'typesafegithub/github-actions-typing-catalog'
4242
path: 'github-actions-typing-catalog'
4343
- id: 'step-2'
44-
uses: 'gradle/actions/setup-gradle@v5'
44+
uses: 'gradle/actions/setup-gradle@v6'
4545
- id: 'step-3'
4646
working-directory: 'github-actions-typing'
4747
run: './gradlew build'

0 commit comments

Comments
 (0)