From 1e1c6c6d62085f7fd178f926ee6d1d8dc368072f Mon Sep 17 00:00:00 2001 From: nolan Date: Thu, 21 Aug 2025 22:33:47 -0500 Subject: [PATCH] revert 4e5302c15a91b57f966b12b8e376708d6746286f revert Merge pull request 'Update actions/checkout action to v5' (#3) from renovate/actions-checkout-5.x into main Reviewed-on: https://git.nolanbecker.net/update-bot/renovate-bot/pulls/3 --- .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 218f9b1..79a68c0 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@v5 + - uses: actions/checkout@v4 - run: renovate env: RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js