From e2c0c0318632c1849315c4631a43e580a5a28796 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 23 Nov 2025 01:05:49 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 2d1ba27..e6c47e6 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:42.19.3 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: renovate env: LOG_LEVEL: "info" -- 2.49.1