Skip to content

Commit 13d7820

Browse files
committed
docs: update the cache description without the fork
1 parent 75b743c commit 13d7820

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ Under the hood, it uses the [`EXPO_CLI_PASSWORD`][link-expo-cli-password] enviro
261261

262262
### Using the built-in cache
263263

264-
As of writing, GitHub doesn't provide a (remote) cache for 3rd party actions.
265-
That's why we implemented the [Cypress fork of the `actions/cache`][link-actions-cache-cypress].
266-
With this, you can opt-in to caching the Expo CLI install, making it a lot faster.
264+
You can opt-in to caching the installation, making it a lot faster.
265+
Under the hood, it uses the [`@action/cache`][link-actions-cache-package] package to restore the Expo CLI installation.
266+
This action generates a unique cache key for the OS, used packager, and exact version of the Expo CLI.
267267
If you need more control over this cache, you can define a custom cache key with `expo-cache-key`.
268268

269269
> Note, this cache will count towards your [repo cache limit][link-actions-cache-limit].
@@ -284,8 +284,8 @@ You can disable this patch by setting the `expo-patch-watchers` to `false`.
284284
</div>
285285

286286
[link-actions]: https://help.github.com/en/categories/automating-your-workflow-with-github-actions
287-
[link-actions-cache-cypress]: https://github.com/cypress-io/github-actions-cache
288287
[link-actions-cache-limit]: https://github.com/actions/cache#cache-limits
288+
[link-actions-cache-package]: https://www.npmjs.com/package/@actions/cache
289289
[link-actions-node]: https://github.com/actions/setup-node
290290
[link-actions-secrets]: https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
291291
[link-expo-cli]: https://docs.expo.io/workflow/expo-cli/

0 commit comments

Comments
 (0)