Update checkout and setup-python versions

This commit is contained in:
Firas K 2023-05-03 12:41:10 +03:00 committed by GitHub
parent a86bcbc326
commit 05f227be46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.10
- name: Install dependencies