Merge pull request #4668 from pi-hole/test/python_3.8

Bump to python action v3. v2 has many changes.
This commit is contained in:
Adam Warner 2022-04-01 23:23:24 +01:00 committed by GitHub
commit be6a73f102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- -
name: Set up Python 3.8 name: Set up Python 3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v3
with: with:
python-version: 3.8 python-version: 3.8
- -