From f74c621fd1531f2ba1ad406d7b744b8dc39881d8 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Mon, 9 Mar 2026 11:37:07 -0700 Subject: [PATCH] GitHub actions: update to actions/checkout@6 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index df2f67b..c318e25 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: - default - rustc-hash steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - run: cargo test --no-default-features --features '${{ matrix.features }}'