mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 05:26:34 +02:00
Also apply suggestion to other examples
This commit is contained in:
parent
10d4c2367f
commit
cdd6408fed
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ compiler support.
|
|||
# offset, which may be written in years, months, weeks, or days.
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable 18 months ago
|
||||
toolchain: 'stable 18 months ago'
|
||||
```
|
||||
|
||||
```yaml
|
||||
|
@ -96,7 +96,7 @@ compiler support.
|
|||
# the specified number of minor versions.
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable minus 8 releases
|
||||
toolchain: 'stable minus 8 releases'
|
||||
```
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue