CI: bump actions/checkout version to v4

This commit is contained in:
K.B.Dharun Krishna 2023-09-05 09:03:12 +05:30 committed by GitHub
parent 8c9958eba5
commit 7260016177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 55 additions and 55 deletions

View file

@ -18,7 +18,7 @@ See [action.yml](action.yml)
**Python**
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
@ -28,7 +28,7 @@ steps:
**PyPy**
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.9'
@ -62,7 +62,7 @@ The action defaults to searching for a dependency file (`requirements.txt` or `p
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.9'