From 125e5a056ac02e200e2485a936c2a2bd87116862 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:43:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20actions/checkout?= =?UTF-8?q?=20action=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/convert-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convert-images.yml b/.github/workflows/convert-images.yml index 9349331..e50a1b7 100644 --- a/.github/workflows/convert-images.yml +++ b/.github/workflows/convert-images.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.BOT_TOKEN }}