From 84d880a1dc999aa1b38f5bd289468de12d790088 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:04:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20actions/c?= =?UTF-8?q?heckout=20action=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-links.yml | 2 +- .github/workflows/ci-pr-checks.yml | 2 +- .github/workflows/ci-static-checks.yml | 2 +- .github/workflows/ci-typos.yml | 2 +- .github/workflows/ci-vale.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-links.yml b/.github/workflows/ci-links.yml index ff0521d..e0e3077 100644 --- a/.github/workflows/ci-links.yml +++ b/.github/workflows/ci-links.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check links with lychee uses: lycheeverse/lychee-action@v2 diff --git a/.github/workflows/ci-pr-checks.yml b/.github/workflows/ci-pr-checks.yml index ae5c626..f091a27 100644 --- a/.github/workflows/ci-pr-checks.yml +++ b/.github/workflows/ci-pr-checks.yml @@ -22,7 +22,7 @@ jobs: if: github.event.pull_request.user.login != 'renovate[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: github.event.pull_request.user.login != 'renovate[bot]' - name: Check PR title diff --git a/.github/workflows/ci-static-checks.yml b/.github/workflows/ci-static-checks.yml index 6ddfa69..1be6f47 100644 --- a/.github/workflows/ci-static-checks.yml +++ b/.github/workflows/ci-static-checks.yml @@ -20,7 +20,7 @@ jobs: name: prek runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: j178/prek-action@v2 with: diff --git a/.github/workflows/ci-typos.yml b/.github/workflows/ci-typos.yml index 500ad87..e9d8cb2 100644 --- a/.github/workflows/ci-typos.yml +++ b/.github/workflows/ci-typos.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run typos uses: crate-ci/typos@master diff --git a/.github/workflows/ci-vale.yml b/.github/workflows/ci-vale.yml index f8b1aba..fdca506 100644 --- a/.github/workflows/ci-vale.yml +++ b/.github/workflows/ci-vale.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive