From fbe081f28d05d4d97b6bbec841efbf8aefafbe03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:15:05 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.2 --- .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 c6e5745..175e794 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.1 + - uses: actions/checkout@v6.0.2 - name: actionlint uses: reviewdog/action-actionlint@v1.69.1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6076cf..bba2418 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.1 + - uses: actions/checkout@v6.0.2 - if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }} run: | diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 3239237..135aefa 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.1 + - uses: actions/checkout@v6.0.2 - uses: actions-rs/toolchain@v1.0.7 with: