From deedc2d29e3d79119136469a26036da9bbafcbaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:24:10 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e14b591..f123ffd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -98,7 +98,7 @@ jobs: features: ["--all-features", "--no-default-features"] steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 - name: Set up Rust toolchain uses: dtolnay/rust-toolchain@stable