Merge pull request 'Update actions/checkout action to v5' (#2) from renovate/actions-checkout-5.x into main
Some checks failed
renovate / renovate (push) Has been cancelled

Reviewed-on: http://gitea-server:3000/renovate-bot/renovate-config/pulls/2
This commit was merged in pull request #2.
This commit is contained in:
2025-10-24 22:00:59 +00:00

View File

@@ -17,7 +17,7 @@ jobs:
options: --add-host crunchy-orchestrator:gitea-server options: --add-host crunchy-orchestrator:gitea-server
network: gitea-internal network: gitea-internal
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js