]> 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)
committerAlexis Romero <alexis.romero@open-xchange.com>
Mon, 6 Mar 2023 16:47:11 +0000 (17:47 +0100)
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 887c4dae21bb2ebc43f4e619f0c0e436270d4dd8..85e7ffbbace3c929b6b447e51918f248869ba1db 100644 (file)
@@ -38,7 +38,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'