From cdca413612a56c9837783796ca79b03edd025c95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:43:45 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .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 d571290..fbe19cf 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@v5.0.1 + - uses: actions/checkout@v6.0.0 - name: actionlint uses: reviewdog/action-actionlint@v1.68.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa25339..486e476 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@v5.0.1 + - uses: actions/checkout@v6.0.0 - if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }} run: | diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 6955290..266a83a 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@v5.0.1 + - uses: actions/checkout@v6.0.0 - uses: actions-rs/toolchain@v1.0.7 with: