Merge pull request 'chore(deps): update https://gitea.com/actions/checkout action to v5' (#226) from renovate/https-gitea.com-actions-checkout-5.x into main
Some checks failed
renovate / renovate (push) Has been cancelled

Reviewed-on: #226
This commit is contained in:
2025-08-30 14:32:58 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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