ci(update): upgrade workflow actions

This commit is contained in:
nico 2023-01-29 09:59:41 +01:00
parent de036834ac
commit bf4e6334a3
Signed by: mightyBroccoli
GPG Key ID: 1F6495B44DABCE6E
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ jobs:
python-version: [3.7, 3.8, 3.9]
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