1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Merge pull request #4755 from pi-hole/dependabot/github_actions/development/actions/setup-python-4

Bump actions/setup-python from 3 to 4
This commit is contained in:
Adam Warner 2022-06-12 13:12:26 +01:00 committed by GitHub
commit 4d24fa6c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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