From d6c41b0ad55dbafad1baf603a2a8ed94b6e69cc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:57:29 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/update-action-pins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-action-pins.yml b/.github/workflows/update-action-pins.yml index 7531952..9963caf 100644 --- a/.github/workflows/update-action-pins.yml +++ b/.github/workflows/update-action-pins.yml @@ -10,7 +10,7 @@ jobs: name: Check action pins runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - name: Verify all actions are pinned to a SHA