]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/checkout from 5 to 6 (#1239)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 21 Nov 2025 16:55:20 +0000 (08:55 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Nov 2025 16:55:20 +0000 (08:55 -0800)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  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
.github/workflows/test-publish.yml

index 70936fa335b9df35b61f34c4342cf948e12c4d53..80e2e7f09bf69db6e1012f0008b672c5ab7f8f49 100644 (file)
@@ -42,7 +42,7 @@ jobs:
             python-version: "pypy3.10"
 
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v6
       with:
index f2ee8d2ae661c1693f4df2f2f9822fd2ef2336d6..ade1e182ea4535a77d188b63a6f7ac959671ee59 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
       with:
         persist-credentials: false
     - name: Set up Python
index 90e2f59244ef0eebea39e224f92ca203af3a2677..6e6d2cc721523695b795152bebac02c9451f1683 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
       with:
         persist-credentials: false
     - name: Set up Python