From 64e529775fd46545379a261ebd9d678f7c57c2c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:06:39 +0000 Subject: [PATCH] chore(deps): update gradle/actions action to v6 --- .github/workflows/make-branch-runnable.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make-branch-runnable.yaml b/.github/workflows/make-branch-runnable.yaml index 564bbef..76a8d04 100644 --- a/.github/workflows/make-branch-runnable.yaml +++ b/.github/workflows/make-branch-runnable.yaml @@ -36,7 +36,7 @@ jobs: repository: 'typesafegithub/github-actions-typing-catalog' path: 'github-actions-typing-catalog' - id: 'step-2' - uses: 'gradle/actions/setup-gradle@v5' + uses: 'gradle/actions/setup-gradle@v6' - id: 'step-3' working-directory: 'github-actions-typing' run: './gradlew build' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72d19ad..980d281 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: repository: 'typesafegithub/github-actions-typing-catalog' path: 'github-actions-typing-catalog' - id: 'step-2' - uses: 'gradle/actions/setup-gradle@v5' + uses: 'gradle/actions/setup-gradle@v6' - id: 'step-3' working-directory: 'github-actions-typing' run: './gradlew build'