Merge branch 'ci/ghworkflowupdate'

* ci/ghworkflowupdate:
  ci(update): upgrade workflow actions
This commit is contained in:
nico 2023-01-29 11:10:03 +01:00
commit b1333cdbe4
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