My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #4552 from facebook/dependabot/github_actions/actions/cache-5

Bump actions/cache from 4 to 5

authored by

Yann Collet and committed by
GitHub
ae9a1436 11ea912f

+1 -1
+1 -1
vendor/git/zstd-c/.github/workflows/commit.yml
··· 75 75 steps: 76 76 - uses: actions/checkout@v6.0.1 77 77 - name: restore_cache 78 - uses: actions/cache@v4 78 + uses: actions/cache@v5 79 79 with: 80 80 key: regression-cache-{{ checksum "tests/regression/data.c" }}-v0 81 81 path: tests/regression/cache