]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/checkout from 4 to 5 (#1216)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 12 Aug 2025 13:54:18 +0000 (06:54 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Aug 2025 13:54:18 +0000 (06:54 -0700)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  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

index e0026ec652ce177e91cf5b678c222040769fe704..debaaaeeb5e65e94ca8e058813bbb33ae53de3b4 100644 (file)
@@ -43,7 +43,7 @@ jobs:
             python-version: "pypy3.10"
 
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v5
       with: