]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/checkout from 6 to 7 (#1275) main
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 20 Jun 2026 23:28:38 +0000 (16:28 -0700)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 23:28:38 +0000 (16:28 -0700)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  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 198ebfcde867c31d090a82cde709eb38f21de1f1..9167575c7f4440049fddf5b13abe424d3f13ca01 100644 (file)
@@ -42,7 +42,7 @@ jobs:
             python-version: "pypy3.11"
 
     steps:
             python-version: "pypy3.11"
 
     steps:
-    - uses: actions/checkout@v6
+    - uses: actions/checkout@v7
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v6
       with:
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v6
       with:
index 85164e00b8ee3268c7c62b3860b5dbdb5e49e967..8a9d6a5a1851d504abfb278bbf195f8435010cdc 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v6
+    - uses: actions/checkout@v7
       with:
         persist-credentials: false
     - name: Set up Python
       with:
         persist-credentials: false
     - name: Set up Python
index fbe8405fc243790fbea4d2b10a78e05ac8585039..4a85969d6f1e0d864e6694d283d6a030d5b698f0 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v6
+    - uses: actions/checkout@v7
       with:
         persist-credentials: false
     - name: Set up Python
       with:
         persist-credentials: false
     - name: Set up Python