From 51af5c42ffc12ad40792ae0f4791348dda1183c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:38:10 +0000 Subject: [PATCH] Update dependency actions:checkout___major to v5 --- .github/workflows/branches-and-prs.main.kts | 2 +- .github/workflows/codeql-analysis.main.kts | 2 +- .github/workflows/docs-pr.main.kts | 2 +- .github/workflows/release.main.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branches-and-prs.main.kts b/.github/workflows/branches-and-prs.main.kts index 743901d4b7..c1d5143671 100755 --- a/.github/workflows/branches-and-prs.main.kts +++ b/.github/workflows/branches-and-prs.main.kts @@ -23,7 +23,7 @@ @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0") @file:Repository("https://bindings.krzeminski.it/") -@file:DependsOn("actions:checkout___major:[v4,v5-alpha)") +@file:DependsOn("actions:checkout___major:[v4,6.0)") @file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)") import io.github.typesafegithub.workflows.actions.actions.Checkout diff --git a/.github/workflows/codeql-analysis.main.kts b/.github/workflows/codeql-analysis.main.kts index cb4d553080..589a13c48d 100755 --- a/.github/workflows/codeql-analysis.main.kts +++ b/.github/workflows/codeql-analysis.main.kts @@ -23,7 +23,7 @@ @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0") @file:Repository("https://bindings.krzeminski.it/") -@file:DependsOn("actions:checkout___major:[v4,v5-alpha)") +@file:DependsOn("actions:checkout___major:[v4,6.0)") @file:DependsOn("github:codeql-action__analyze___major:[v3,v4-alpha)") @file:DependsOn("github:codeql-action__init___major:[v3,v4-alpha)") diff --git a/.github/workflows/docs-pr.main.kts b/.github/workflows/docs-pr.main.kts index 96c824c3bf..fc82961e1b 100755 --- a/.github/workflows/docs-pr.main.kts +++ b/.github/workflows/docs-pr.main.kts @@ -23,7 +23,7 @@ @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0") @file:Repository("https://bindings.krzeminski.it/") -@file:DependsOn("actions:checkout___major:[v4,v5-alpha)") +@file:DependsOn("actions:checkout___major:[v4,6.0)") @file:DependsOn("actions:upload-artifact___major:[v4,v5-alpha)") import io.github.typesafegithub.workflows.actions.actions.Checkout diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 81e82629d8..8a3e8cfc2a 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -23,7 +23,7 @@ @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0") @file:Repository("https://bindings.krzeminski.it/") -@file:DependsOn("actions:checkout___major:[v4,v5-alpha)") +@file:DependsOn("actions:checkout___major:[v4,6.0)") @file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)") import io.github.typesafegithub.workflows.actions.actions.Checkout