Update actions/checkout action to v7 #8

Merged
Akumatic merged 1 commits from renovate/actions-checkout-7.x into main 2026-06-21 00:51:55 +00:00
Showing only changes of commit 08908a4ea5 - Show all commits
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.231.2 container: ghcr.io/renovatebot/renovate:43.231.2
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