From e0374abad5e3c2e07c8dfc34a7a8859f4f013677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:09:19 +0000 Subject: [PATCH] Update gradle-actions to v6 --- .github/workflows/make-branch-runnable.yaml | 2 +- .github/workflows/release.main.kts | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make-branch-runnable.yaml b/.github/workflows/make-branch-runnable.yaml index d38606f..eedca1d 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.main.kts b/.github/workflows/release.main.kts index 831fbd1..29bf684 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -5,7 +5,7 @@ @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v7") -@file:DependsOn("gradle:actions__setup-gradle:v5") +@file:DependsOn("gradle:actions__setup-gradle:v6") @file:OptIn(ExperimentalKotlinLogicStep::class) import io.github.typesafegithub.workflows.actions.actions.Checkout diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e36e6cb..65c8152 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'