From c1f358faff61e676e801f27e16a915b45d8a8034 Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:14:12 +0000 Subject: [PATCH] Update actions/checkout action to v5.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 5c2864e..c964ee0 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -23,7 +23,7 @@ jobs: app_id: ${{ secrets.APP_ID }} - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 - name: Self-hosted Renovate uses: renovatebot/github-action@v43.0.8