Also apply suggestion to other examples

This commit is contained in:
Rik Huijzer 2023-06-26 09:47:06 +02:00 committed by GitHub
parent 10d4c2367f
commit cdd6408fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>