From 963cce26ae45c08ee3a951590263e1afe1b6ff3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:01:49 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-build.yml | 2 +- .github/workflows/site-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 2ef3f5743..f2ca04520 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 175886881..964948972 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false