From b2152e1ccae2324e37ff1fd130bf8484d4833d37 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 11 Aug 2025 16:05:24 +0000 Subject: [PATCH] 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 7522abe..1dde4e4 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:41.72.1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: renovate env: RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js