From ffc02223a35cb4dec90ece7de566492c87e8ca6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:33:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action --- .github/workflows/automerge.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 5659ce0a..c00d1423 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -14,7 +14,7 @@ jobs: if: (github.actor == 'dependabot-preview[bot]') || (github.actor == 'renovate[bot]') steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Approve a PR if not already approved run: | diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 122151fd..57ba9582 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false