From 995052cd616e2e0a0d180e30bfb4e50a1f069b1a Mon Sep 17 00:00:00 2001 From: "renovate-bot-helper[bot]" <172366231+renovate-bot-helper[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 03:18:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 0e9dead..fa068b1 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -51,7 +51,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: "${{ steps.app-token.outputs.token }}"