We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc6abb commit 8d28961Copy full SHA for 8d28961
README.md
@@ -18,7 +18,7 @@ See [action.yml](action.yml)
18
**Python**
19
```yaml
20
steps:
21
-- uses: actions/checkout@v3
+- uses: actions/checkout@v4
22
- uses: actions/setup-python@v4
23
with:
24
python-version: '3.10'
@@ -28,7 +28,7 @@ steps:
28
**PyPy**
29
30
31
32
33
34
python-version: 'pypy3.9'
@@ -62,7 +62,7 @@ The action defaults to searching for a dependency file (`requirements.txt` or `p
62
63
64
65
66
67
68
python-version: '3.9'
0 commit comments