From 443f36b458bb96f2eed1ecd9967655cf7adf1cab Mon Sep 17 00:00:00 2001 From: blahspam-bot Date: Thu, 4 Dec 2025 18:51:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 f20d04017..af83c5f1c 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run renovate uses: renovatebot/github-action@v44.0.2