Skip to content

Commit 13e299e

Browse files
committed
docs: pin immutable usage examples
1 parent f284a62 commit 13e299e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ components = ["clippy", "rustfmt"]
2121

2222
```yaml
2323
- name: Set up Rust
24-
uses: zactionsz/setup-rust@FULL_COMMIT_SHA
24+
uses: zactionsz/setup-rust@f284a629c36439306a68624f66759dc33288b950
2525
```
2626
2727
An explicit input overrides any repository toolchain file. This is useful for
@@ -30,7 +30,7 @@ compatibility and latest-stable jobs:
3030
```yaml
3131
- name: Set up Rust 1.88
3232
id: rust
33-
uses: zactionsz/setup-rust@FULL_COMMIT_SHA
33+
uses: zactionsz/setup-rust@f284a629c36439306a68624f66759dc33288b950
3434
with:
3535
toolchain: "1.88.0"
3636
components: rustfmt,clippy

0 commit comments

Comments
 (0)