From f062a42d313f9859b9db24900bcf7b3bf924da63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:39:22 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to df4cb1c --- .github/workflows/renovate-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-commits.yml b/.github/workflows/renovate-commits.yml index 30d6aa6..de9d1de 100644 --- a/.github/workflows/renovate-commits.yml +++ b/.github/workflows/renovate-commits.yml @@ -12,7 +12,7 @@ jobs: if: github.actor == 'renovate[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Generate Commits View env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}