]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/setup-python from 5 to 6 (#1221)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 4 Sep 2025 18:55:24 +0000 (11:55 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Sep 2025 18:55:24 +0000 (11:55 -0700)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  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

index 68e09dda2a70c8b7406679255d818609dcf63df8..e763293b7d657657f840d7852b48f5ed9b9942e0 100644 (file)
@@ -43,7 +43,7 @@ jobs:
     steps:
     - uses: actions/checkout@v5
     - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v5
+      uses: actions/setup-python@v6
       with:
         python-version: ${{ matrix.python-version }}
         allow-prereleases: true
index a6c6c395fa4764528e7e80c1704409e8aa074f21..3655055fc0125c786230c129c0d8044d1b983d5f 100644 (file)
@@ -11,7 +11,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Set up Python
-      uses: actions/setup-python@v5
+      uses: actions/setup-python@v6
       with:
         python-version: "3.x"
     - name: Install pypa/build
@@ -37,7 +37,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Set up Python
-      uses: actions/setup-python@v5
+      uses: actions/setup-python@v6
       with:
         python-version: "3.x"
     - name: Update project