From 587260d98f5b4f80e260d36f28e43b369e9d9a1a Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Mon, 28 Mar 2022 16:06:13 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 58549b8..7ccd6f3 100644 --- a/README.md +++ b/README.md @@ -175,12 +175,6 @@ steps: > Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outputs.cache-hit`) -## Known limitation - -- `action/cache` is currently not supported on GitHub Enterprise Server. is tracking this. - -Since GitHub Enterprise Server uses self-hosted runners, dependencies are typically cached on the runner by whatever dependency management tool is being used (npm, maven, etc.). This eliminates the need for explicit caching in some scenarios. - ## Changelog schedule and history | Status | Version | Date | Highlights |