From c0c5602b2aa7afa9420a88dae91659865493ee89 Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:13:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.1 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index a1b46952..5a0321eb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -24,7 +24,7 @@ jobs: app-id: ${{ secrets.APP_ID }} - name: Checkout - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - name: Self-hosted Renovate uses: renovatebot/github-action@v44.0.5