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.

Bump actions/cache from 4 to 5

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [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/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
1056bffa 4752c29b

+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