Skip to content

Commit c77d804

Browse files
committed
[README.md] update yaml examples to use new v3 tag
1 parent 84dc5da commit c77d804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Uses path `requirements.txt` and updates `pip`, `setuptools`, and `wheel` before
2222
steps:
2323
# this Action should follow steps to set up Python build environment
2424
- name: Install Python dependencies
25-
uses: py-actions/py-dependency-install@v2
25+
uses: py-actions/py-dependency-install@v3
2626
```
2727
2828
### Define the `requirements.txt` path
@@ -33,7 +33,7 @@ Define a requirements.txt file on a path relative to the root of your repository
3333
steps:
3434
# this Action should follow steps to set up Python build environment
3535
- name: Install Python dependencies
36-
uses: py-actions/py-dependency-install@v2
36+
uses: py-actions/py-dependency-install@v3
3737
with:
3838
path: "path/to/requirements.txt"
3939
```
@@ -46,7 +46,7 @@ The `pip`, `setuptools`, and `wheel` install/updates can be toggled off in your
4646
steps:
4747
# this Action should follow steps to set up Python build environment
4848
- name: Install Python dependencies
49-
uses: py-actions/py-dependency-install@v2
49+
uses: py-actions/py-dependency-install@v3
5050
with:
5151
update-pip: "false"
5252
update-setuptools: "false"

0 commit comments

Comments
 (0)