]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump actions/setup-python from 2 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 14:28:07 +0000 (14:28 +0000)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 19 Oct 2022 14:47:27 +0000 (16:47 +0200)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/codeql-analysis.yml

index ce5dd3251f69c0442bbdf8371573e4b16f0dee09..ebbb4c74142b78b0f7f4b6384c013e81b3133d57 100644 (file)
@@ -30,7 +30,7 @@ jobs:
         fetch-depth: 2
 
     # Python is required for building the Authoritative server
-    - uses: actions/setup-python@v2
+    - uses: actions/setup-python@v4
       with:
         python-version: '3.8'