From 2c0fc7cd118353ab70598eec328351f37d0875a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:09:22 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 707ebb5..35b22a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: needs: [release-please] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive