.github/workflows: update actions

Update actions to latest versions:

- actions/checkout@v3
- actions/setup-python@v4
This commit is contained in:
Alan Orth 2022-10-03 19:36:29 +03:00
parent 58b7b6e9d8
commit 5ea38d65bd
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,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