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

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