From 4527d980f8727e734cde2db28859b9a7d35e693d Mon Sep 17 00:00:00 2001 From: "chaplain-grimaldus[bot]" <167642948+chaplain-grimaldus[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:43:54 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20action=20actions/?= =?UTF-8?q?checkout=20(=20v6.0.2=20=E2=86=92=20v6.1.0=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 d677d2b5b..4709381cd 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false token: "${{ steps.app-token.outputs.token }}"