From 88a1bc276b1e2e24b265c42e5b33f2823e5f5134 Mon Sep 17 00:00:00 2001 From: Deepak Dahiya <59823596+t-dedah@users.noreply.github.com> Date: Mon, 20 Mar 2023 00:30:38 +0530 Subject: [PATCH] Updating note about GHES (#60) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11c794..dbbee1f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It also allows deleting a corrupt, incomplete or dangling cache. A cache can be This extension builds on top of [cache management](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches) capabilities exposed by GitHub [APIs](https://docs.github.com/en/rest/actions/cache). -**Note:** This extension currently supports github.com only, GitHub Enterprise Server is not supported currently. +**Note:** This extension only supports github.com and GitHub Enterprise Server 3.7 & above. ## Installation