]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Bump actions/checkout from 4 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 May 2026 07:52:30 +0000 (07:52 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 1 May 2026 12:35:30 +0000 (14:35 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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>
.github/workflows/delta.yml

index c49f186de8ec927e1a7da19bccf48187e5f00bea..c2b2ba17305d5868d75b72e49847145ae7bf138d 100644 (file)
@@ -178,13 +178,13 @@ jobs:
           } >> "$GITHUB_ENV"
 
       - name: Checkout head
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
         with:
           ref: ${{ steps.refs.outputs.head_ref }}
           path: build-head
 
       - name: Checkout base branch
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
         with:
           ref: ${{ steps.refs.outputs.base_ref }}
           path: build-base
@@ -210,7 +210,7 @@ jobs:
 
       - name: Checkout bloaty source
         if: steps.cache-bloaty.outputs.cache-hit != 'true'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
         with:
           repository: google/bloaty
           path: bloaty