mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Merge pull request #4719 from facebook/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
This commit is contained in:
commit
8223abf92f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/commit.yml
vendored
2
.github/workflows/commit.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- name: restore_cache
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
key: regression-cache-{{ checksum "tests/regression/data.c" }}-v0
|
||||
path: tests/regression/cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue