]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump actions/setup-python from 6 to 7 dependabot/github_actions/actions/setup-python-7 17752/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 20 Jul 2026 14:32:57 +0000 (14:32 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 14:32:57 +0000 (14:32 +0000)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/codeql-analysis.yml
.github/workflows/coverity.yml
.github/workflows/documentation.yml
.github/workflows/verify-pinned-python-packages.yml

index 659e9b38828c22de949e494788f20ed9598c4474..a93b6cf740e3f68affbaf3567d510646f7e1beeb 100644 (file)
@@ -71,7 +71,7 @@ jobs:
         # a pull request then we can checkout the head.
         fetch-depth: 2
         persist-credentials: false
-    - uses: actions/setup-python@v6
+    - uses: actions/setup-python@v7
       with:
         python-version: '3.13'
 
index 5ff890cfc63f59e33c565a7172cafece0f635c45..8a0aa1d39213420900adca3fdf7b52c419f6185c 100644 (file)
@@ -38,7 +38,7 @@ jobs:
           fetch-depth: 5
           submodules: recursive
           persist-credentials: false
-      - uses: actions/setup-python@v6
+      - uses: actions/setup-python@v7
         with:
           python-version: '3.13'
       - run: build-scripts/gh-actions-setup-inv-no-dist-upgrade
@@ -69,7 +69,7 @@ jobs:
           fetch-depth: 5
           submodules: recursive
           persist-credentials: false
-      - uses: actions/setup-python@v6
+      - uses: actions/setup-python@v7
         with:
           python-version: '3.13'
       # installing the python3-package does not work because of actions/setup-python which installs a different version in /opt/hostedtoolcache/Python
@@ -117,7 +117,7 @@ jobs:
           fetch-depth: 5
           submodules: recursive
           persist-credentials: false
-      - uses: actions/setup-python@v6
+      - uses: actions/setup-python@v7
         with:
           python-version: '3.13'
       - name: install pip build dependencies
index 3e0335b4ff41593ecdbcb2edf17e9f1ec2d3b20e..d5d11e252f9c2c6d22e546147c288f31047fe39c 100644 (file)
@@ -50,7 +50,7 @@ jobs:
       - uses: actions/checkout@v7
         with:
           persist-credentials: false
-      - uses: actions/setup-python@v6
+      - uses: actions/setup-python@v7
         with:
           python-version: '3.13'
       - run: pip install pyyaml
index fd943c927fb75bb0775fc74a095236fb610a187c..3789cc59e2dd04b8935c602093060f1d19b7ffab 100644 (file)
@@ -70,7 +70,7 @@ jobs:
           persist-credentials: false
       - name: add problem matchers
         uses: ./.github/actions/problem-matchers
-      - uses: actions/setup-python@v6
+      - uses: actions/setup-python@v7
         with:
           python-version: '3.13'
       # Configure pip index-url set to proxpi