]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump actions/setup-python from 2 to 4 12616/head
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:01:02 +0000 (17:01 +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 2fe911610a1ac33eb8847959002a52e376214287..59e09f79366fcb576c8a8d21dbc76a8c3b94675d 100644 (file)
@@ -39,7 +39,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'