aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 05:37:52 +0000
committerGitHub <noreply@github.com>2024-03-18 05:37:52 +0000
commit88301b58c1b2f84e55f27fd7259db4f8afdafc22 (patch)
tree27f07f62a2a0abe6c8cba6ea1cb97845f03692c2
parent0fcdc62c2d13f4d978ecba703c7d381ce97c97f1 (diff)
downloadzstd-88301b58c1b2f84e55f27fd7259db4f8afdafc22.tar.gz
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] <support@github.com>
-rw-r--r--.github/workflows/commit.yml2
-rw-r--r--.github/workflows/nightly.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml
index 83a6412b..5fc8cb1f 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 0eb9ecbd..9206a07f 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