Merge pull request 'chore(deps): update actions/checkout action to v6' (#9) from renovate/actions-checkout-6.x into main
All checks were successful
renovate / renovate (push) Successful in 14m37s

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-02-16 14:59:57 +01:00

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.43.4 container: ghcr.io/renovatebot/renovate:41.43.4
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js