From 0648a9a73be2b3f471d92d472717176b56ecdfc8 Mon Sep 17 00:00:00 2001 From: "renovate-on-himkt[bot]" <299757612+renovate-on-himkt[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:28:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7.0.1 --- .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 7aee5e24..12b0b3eb 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -12,7 +12,7 @@ jobs: with: private-key: ${{ secrets.APP_PRIVATE_KEY }} client-id: ${{ secrets.APP_CLIENT_ID }} - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: renovatebot/github-action@v46.1.19 with: token: '${{ steps.github-app-token.outputs.token }}'