]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/setup-python from 6 to 7 (#1283) main
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 21 Jul 2026 19:06:46 +0000 (12:06 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 19:06:46 +0000 (12:06 -0700)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/test-publish.yml

index 9167575c7f4440049fddf5b13abe424d3f13ca01..125a7e6d82c044b5c2899c58cbfb56090be68066 100644 (file)
@@ -44,7 +44,7 @@ jobs:
     steps:
     - uses: actions/checkout@v7
     - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v6
+      uses: actions/setup-python@v7
       with:
         python-version: ${{ matrix.python-version }}
         allow-prereleases: true
index 8a9d6a5a1851d504abfb278bbf195f8435010cdc..b75e4bd0f96a0367149669a999b3bb328cbae373 100644 (file)
@@ -11,7 +11,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Set up Python
-      uses: actions/setup-python@v6
+      uses: actions/setup-python@v7
       with:
         python-version: "3.x"
     - name: Install pypa/build
index 4a85969d6f1e0d864e6694d283d6a030d5b698f0..572c063a989092513a2b2c2400318e457282b3dd 100644 (file)
@@ -11,7 +11,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Set up Python
-      uses: actions/setup-python@v6
+      uses: actions/setup-python@v7
       with:
         python-version: "3.x"
     - name: Update project