Skip to content

Commit 5abaca1

Browse files
fix(ci): re-pin rust-ci-reusable.yml past the toolchain-required-input fix (#151)
Pinned SHA predated `standards#439` (fix(rust-ci): pass explicit `toolchain: stable` to SHA-pinned dtolnay action), so every run failed at "'toolchain' is a required input" before any real check executed — same class as squabbler's "Move 3: reusable-workflow pin drift". Re-pinned to standards main tip (`7c9db0e5`), at/after #439.
1 parent 0ba6912 commit 5abaca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ permissions:
1414

1515
jobs:
1616
rust-ci:
17-
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
17+
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@7c9db0e5909aab77bf11a444ade3b95c1d2b702e # re-pinned 2026-07-01: toolchain-required-input fix (standards#439)

0 commit comments

Comments
 (0)