]> 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>
Thu, 9 Mar 2023 13:58:35 +0000 (14:58 +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 dd64abd201f5b34a9dc5ec297bc360a61ab4d4a3..338b61a06a632d1cfb25c0bb7b039ac19a5d8e5f 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'