From cea20c0d3174ccffff8c04e56e12037a8f30afc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:06:38 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/actionlint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/review.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 46e564a..4aadc2f 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -9,7 +9,7 @@ jobs: name: runner / actionlint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: actionlint uses: reviewdog/action-actionlint@v1.72.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e97111e..3051b5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: name: release runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }} run: | diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index c317fd5..a5af3d4 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -16,7 +16,7 @@ jobs: rust: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: actions-rs/toolchain@v1.0.7 with: