From 67e1cf7fc3d81f322c02bf8bbf8f04635299839b Mon Sep 17 00:00:00 2001 From: "ur-renovate[bot]" <121888725+ur-renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:57:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/renovate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index ace3651..8026d79 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -78,7 +78,7 @@ jobs: private-key: ${{ steps.decode.outputs.private-key }} - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Detect config id: config @@ -138,7 +138,7 @@ jobs: - name: Inspect configuration on default branch if: inputs.dry_run_branch != '' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: path: default_branch ref: ${{ github.event.repository.default_branch }}