From 4d9798867796d3c73434704654de7db6df18541c Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:28:36 -0800 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.2 (#2239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v6.0.1` → `v6.0.2` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v6.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.1...v6.0.2) - Fix tag handling: preserve annotations and explicit fetch-tags by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2356](https://redirect.github.com/actions/checkout/pull/2356)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Jocelyn Collado-Kuri --- .github/workflows/compatibility-50.yml | 2 +- .github/workflows/compatibility-60.yml | 2 +- .github/workflows/compatibility-70.yml | 2 +- .github/workflows/compatibility-72.yml | 2 +- .github/workflows/compatibility-74.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compatibility-50.yml b/.github/workflows/compatibility-50.yml index ceb1e1e..63e2a86 100644 --- a/.github/workflows/compatibility-50.yml +++ b/.github/workflows/compatibility-50.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/compatibility-60.yml b/.github/workflows/compatibility-60.yml index 39b8866..e415379 100644 --- a/.github/workflows/compatibility-60.yml +++ b/.github/workflows/compatibility-60.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/compatibility-70.yml b/.github/workflows/compatibility-70.yml index 55a400a..6bd7d19 100644 --- a/.github/workflows/compatibility-70.yml +++ b/.github/workflows/compatibility-70.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/compatibility-72.yml b/.github/workflows/compatibility-72.yml index fad925a..e1c0f21 100644 --- a/.github/workflows/compatibility-72.yml +++ b/.github/workflows/compatibility-72.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/compatibility-74.yml b/.github/workflows/compatibility-74.yml index 943afe5..188920e 100644 --- a/.github/workflows/compatibility-74.yml +++ b/.github/workflows/compatibility-74.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false