]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Bump actions/cache from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 May 2026 07:52:33 +0000 (07:52 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 1 May 2026 12:35:41 +0000 (14:35 +0200)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/delta.yml

index c2b2ba17305d5868d75b72e49847145ae7bf138d..2ec4feb87778068e6176f9a52c6c13546fce79d1 100644 (file)
@@ -203,7 +203,7 @@ jobs:
 
       - name: Cache bloaty
         id: cache-bloaty
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.local/bin/bloaty
           key: bloaty-${{ runner.os }}-v1
@@ -230,14 +230,14 @@ jobs:
           "$HOME/.local/bin/bloaty" --version
 
       - name: Cache silesia-small corpus
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: testdata/silesia-small.tar
           key: silesia-small-v1
 
       - name: Cache silesia corpus
         if: env.QEMU_BIN == ''
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: testdata/silesia.tar
           key: silesia-v1