]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/checkout from 4 to 5 (#1222)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 4 Sep 2025 18:55:47 +0000 (11:55 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Sep 2025 18:55:47 +0000 (11:55 -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/publish.yml

index 3655055fc0125c786230c129c0d8044d1b983d5f..3ac7559788ebcc3310b84b2d02ad6ad8d1bb49d3 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
       with:
         persist-credentials: false
     - name: Set up Python
@@ -33,7 +33,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
       with:
         persist-credentials: false
     - name: Set up Python