Merge pull request 'Update actions/checkout action to v6' (#4) from renovate/actions-checkout-6.x into main
All checks were successful
renovate / renovate (push) Successful in 1m41s

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2025-12-08 09:25:06 -06:00
committed by DLM Gitea

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
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