Skip to content

Commit a93a2bc

Browse files
committed
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).
1 parent 8dde847 commit a93a2bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security-deep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101

102102
- name: Set up Rust
103103
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # stable
104-
with:
105-
toolchain: stable
104+
with:
105+
toolchain: stable
106106

107107
- name: Cache Rust dependencies
108108
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2

0 commit comments

Comments
 (0)