From 7a697757fb65925b74116c850a371320fb4d4bcb Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Mon, 21 Oct 2024 12:20:02 -0400 Subject: [PATCH] Add deprecation message (#86) * Add deprecation message * Add some newlines --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 35668f5..ff70fdd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +> [!IMPORTANT] +> This functionality has been integrated directly into the `gh` CLI +> +> https://cli.github.com/manual/gh_cache +> +> This extension should be removed and replaced with usage of `gh cache` directly +> +> `gh extension remove actions-cache` + # gh-actions-cache ✨ A GitHub (`gh`) [CLI](https://cli.github.com/) extension to manage the GitHub Actions [caches](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) being used in a GitHub repository.