Update checkout and setup-python versions

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

View File

@ -14,9 +14,9 @@ jobs:
- django: "3.2"
python-version: "3.7"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies