Update actions/checkout action to v6 #4

Merged
Thilawyn merged 1 commits from renovate/actions-checkout-6.x into master 2025-12-01 21:41:46 +01:00
Showing only changes of commit e52b602f96 - Show all commits

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@v5 - uses: actions/checkout@v6
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js