@@ -18,7 +18,7 @@ See [action.yml](action.yml) |
|
|
18 |
18 |
**Python** |
19 |
19 |
```yaml |
20 |
20 |
steps: |
21 |
|
-- uses: actions/checkout@v3 |
|
21 |
+- uses: actions/checkout@v4 |
22 |
22 |
- uses: actions/setup-python@v4 |
23 |
23 |
with: |
24 |
24 |
python-version: '3.10' |
@@ -28,7 +28,7 @@ steps: |
|
|
28 |
28 |
**PyPy** |
29 |
29 |
```yaml |
30 |
30 |
steps: |
31 |
|
-- uses: actions/checkout@v3 |
|
31 |
+- uses: actions/checkout@v4 |
32 |
32 |
- uses: actions/setup-python@v4 |
33 |
33 |
with: |
34 |
34 |
python-version: 'pypy3.9' |
@@ -62,7 +62,7 @@ The action defaults to searching for a dependency file (`requirements.txt` or `p |
|
|
62 |
62 |
|
63 |
63 |
```yaml |
64 |
64 |
steps: |
65 |
|
-- uses: actions/checkout@v3 |
|
65 |
+- uses: actions/checkout@v4 |
66 |
66 |
- uses: actions/setup-python@v4 |
67 |
67 |
with: |
68 |
68 |
python-version: '3.9' |