update Actions

This commit is contained in:
mr-tz
2023-01-02 19:14:52 +01:00
parent 565b002bfe
commit c0a8a91281
3 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ jobs:
submodules: true
# using Python 3.8 to support running across multiple operating systems including Windows 7
- name: Set up Python 3.8
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
- if: matrix.os == 'ubuntu-18.04'