chore(deps): update actions/checkout action to v7

| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v6.0.3 | v7.0.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-06-18 14:29:03 +00:00 committed by GitHub
parent f7f0136520
commit 3ee5a9a24e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
df -h
echo "-----------------------------------------------------"
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7.0.0
# We need the full history for the commitlint task
with:
fetch-depth: 0

View File

@ -25,7 +25,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7.0.0
- name: Setup Node
uses: actions/setup-node@v6

View File

@ -19,7 +19,7 @@ jobs:
# We'll use the cli until there's a fix for
# https://github.com/googleapis/release-please/issues/2280.
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7.0.0
- name: Install node
uses: actions/setup-node@v6
with:

View File

@ -13,7 +13,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7.0.0
- name: Install QEMU static binaries
uses: docker/setup-qemu-action@v4
- name: Install Task