From 1a026deddf7887361638103cd41dfe8ee7629d2f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Oct 2025 21:11:40 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .gitea/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 3669d21..0d695fd 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -11,7 +11,7 @@ jobs: steps: # Step 1: Check out the repository so your config file is available - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v5.0.0 # Step 2: Run the official Renovate action - name: Self-hosted Renovate