From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 05:37:52 +0000 (+0000) Subject: Bump actions/cache from 3 to 4 X-Git-Tag: v1.5.6^2~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3972%2Fhead;p=thirdparty%2Fzstd.git Bump actions/cache from 3 to 4 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] --- diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 83a6412b9..5fc8cb1fd 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0eb9ecbde..9206a07fd 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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