From 3280a6c10bc4cfe6e217a1be68150193cb9c907a Mon Sep 17 00:00:00 2001 From: "chaplain-grimaldus[bot]" <167642948+chaplain-grimaldus[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:02:23 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20action=20actions/?= =?UTF-8?q?checkout=20(=20v5.0.0=20=E2=86=92=20v5.0.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 139838640..e7f90e7eb 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -52,7 +52,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false token: "${{ steps.app-token.outputs.token }}"