From ecbdf2e81ce246d38b7b166a5d2c9b58387a0a0f Mon Sep 17 00:00:00 2001 From: nolan Date: Mon, 25 Aug 2025 16:33:14 -0500 Subject: [PATCH] Update .gitea/workflows/renovate.yaml --- .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 79a68c0..218f9b1 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:latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: renovate env: RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js