From 1f3d9cae13458e0958f3fe0eaecb5529f54762c5 Mon Sep 17 00:00:00 2001 From: "ur-renovate[bot]" <121888725+ur-renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:01:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 4a3e0cd..e33cfc3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -47,7 +47,7 @@ jobs: private_key: ${{ secrets.RENOVATE_APP_PEM }} - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Detect config id: config @@ -107,7 +107,7 @@ jobs: - name: Inspect configuration on default branch if: inputs.dry_run_branch != '' - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: path: default_branch ref: ${{ github.event.repository.default_branch }}