]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump actions/cache from 3 to 4 3972/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Mar 2024 05:37:52 +0000 (05:37 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 05:37:52 +0000 (05:37 +0000)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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/v3...v4)

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

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

index 83a6412b93293db683df37c34e94ce40e422f751..5fc8cb1fd5e6481378bb01bf4d1e53c85346db79 100644 (file)
@@ -59,7 +59,7 @@ jobs:
     steps:
     - uses: actions/checkout@v4
     - name: restore_cache
-      uses: actions/cache@v3
+      uses: actions/cache@v4
       with:
         key: regression-cache-{{ checksum "tests/regression/data.c" }}-v0
         path: tests/regression/cache
index 0eb9ecbde679b0c64d6e22f42a6032ca89e3b84c..9206a07fd507c74db4d696b9aa699ea6b9407714 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       CIRCLE_ARTIFACTS: "/tmp/circleci-artifacts"
     steps:
     - uses: actions/checkout@v4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         key: regression-cache-{{ checksum "tests/regression/data.c" }}-v0
         path: tests/regression/cache