Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2022-08-06 13:20:21 +0300
committerGitHub <noreply@github.com>2022-08-06 13:20:21 +0300
commitf2641fb0e5f5d96db1b3a37483efb833854f8f74 (patch)
treecafc174d8d430b2b9b1a266843a57aee0a9964ff
parent4a589286b71861cdf4125e2fcb89ae2c03dca19f (diff)
parente50438dc11fb1ae26d40bdbcce326e5eddff3ad2 (diff)
Merge pull request #4861 from pi-hole/dependabot/github_actions/development/actions/setup-python-4.2.0
Bump actions/setup-python from 4.1.0 to 4.2.0
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 177a24ba..835be166 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3.0.2
-
name: Set up Python 3.8
- uses: actions/setup-python@v4.1.0
+ uses: actions/setup-python@v4.2.0
with:
python-version: 3.8
-