diff --git a/docs/user/actions.md b/docs/user/actions.md index 908db9ec..fa0199ac 100644 --- a/docs/user/actions.md +++ b/docs/user/actions.md @@ -178,7 +178,7 @@ run in sequence. It is not a substitute for `artifacts`. See also the [set of examples](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-cache/.forgejo/workflows/). -> **NOTE:** [actions/cache](https://code.forgejo.org/actions/cache) will us `zstd` if present when compressing files to be sent to the cache. It is faster than the default compression. +> **NOTE:** [actions/cache](https://code.forgejo.org/actions/cache) will use `zstd` if present when compressing files to be sent to the cache. It is faster than the default compression. > **NOTE:** if the runner is not configured to provide a cache, [actions/cache](https://code.forgejo.org/actions/cache) will fail with the following error: `Cache action is only supported on GHES version >= 3.5`.