From 780e1c63c145bb61c3e7e376ae470fa5271b1b17 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Aug 2025 13:03:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 a85571d..cf4d355 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -16,7 +16,7 @@ jobs: steps: # Checkout the repository containing config.js - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Cache Renovate's dependency cache directory between runs - name: Cache Renovate dependencies