3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-06-13 16:45:38 +00:00

Fix test mock return order

This commit is contained in:
Joshua Brooks 2026-06-11 15:08:26 +00:00
parent b692820337
commit e39b386c90
2 changed files with 7 additions and 7 deletions

View file

@ -83,7 +83,7 @@ Create a workflow `.yml` file in your repository's `.github/workflows` directory
If you are using this inside a container, a POSIX-compliant `tar` needs to be included and accessible from the execution path.
Note: `actions/cache@v6` runs on Node.js 24 and requires a minimum Actions Runner version of `2.327.1`.
Note: `actions/cache@v5` runs on Node.js 24 and requires a minimum Actions Runner version of `2.327.1`.
If you are using a `self-hosted` Windows runner, `GNU tar` and `zstd` are required for [Cross-OS caching](https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cross-os-cache) to work. They are also recommended to be installed in general so the performance is on par with `hosted` Windows runners.