Change advanced-usage.md

This commit is contained in:
IvanZosimov 2022-07-26 14:59:35 +02:00
parent fd6f59db22
commit 853c012a3c
1 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@
- If there is a specific version of Python that you need and you don't want to worry about any potential breaking changes due to patch updates (going from `3.7.5` to `3.7.6` for example), you should specify the **exact major, minor, and patch version** (such as `3.7.5`):
```yaml
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
@ -36,7 +36,7 @@ steps:
- You can specify **only a major and minor version** if you are okay with the most recent patch version being used:
```yaml
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4