From 77e3f03dd0e2787ecf40b510b396e3c5a202ded1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:42:47 +0000 Subject: [PATCH] Update actions/checkout action to v7.0.1 --- .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 4aadc2f..3e45576 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: actionlint uses: reviewdog/action-actionlint@v1.72.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d3219b..3e7dbb0 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }} run: | diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index a5af3d4..124a5eb 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions-rs/toolchain@v1.0.7 with: