From 771f52c1cdbfa5f4f665cdab2b61a7357b4b2f8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:12:28 +0000 Subject: [PATCH] Update actions/checkout action to v6.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 a03fbe6..c6e5745 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.0 + - uses: actions/checkout@v6.0.1 - name: actionlint uses: reviewdog/action-actionlint@v1.69.1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e29f494..becd13b 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.0 + - uses: actions/checkout@v6.0.1 - if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }} run: | diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index c362663..3239237 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.0 + - uses: actions/checkout@v6.0.1 - uses: actions-rs/toolchain@v1.0.7 with: