From a93a2bcbb9228715a7c661d7ec45a5007163f1cb Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Sat, 28 Mar 2026 19:09:02 +1100 Subject: [PATCH] ci: fix YAML indentation in security-deep workflow with/toolchain were indented under uses: instead of at step level. Broken since 09dc062 (SHA-pinning actions). --- .github/workflows/security-deep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-deep.yml b/.github/workflows/security-deep.yml index 005185e..2c40494 100644 --- a/.github/workflows/security-deep.yml +++ b/.github/workflows/security-deep.yml @@ -101,8 +101,8 @@ jobs: - name: Set up Rust uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # stable - with: - toolchain: stable + with: + toolchain: stable - name: Cache Rust dependencies uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2