1 Commits

Author SHA1 Message Date
7c78a522fc chore(deps): update actions/checkout action to v7 2026-06-20 04:10:38 +00: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@v6 - uses: actions/checkout@v7
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js