chore(deps): update https://gitea.com/actions/checkout action to v5
Some checks failed
renovate config check / renovate-config-validator (pull_request) Failing after 16s

This commit is contained in:
Renovate Bot
2025-08-15 10:27:28 +00:00
parent 212d935a35
commit 389fcc4e8f
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ jobs:
container: ghcr.io/renovatebot/renovate:41.71.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
uses: https://gitea.com/actions/checkout@v5
- name: Config check
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS

View File

@@ -13,7 +13,7 @@ jobs:
container: ghcr.io/renovatebot/renovate:41.71.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
uses: https://gitea.com/actions/checkout@v5
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js"