From 85413f7a6b191c51e935faac9e67dedba1bebce2 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Wed, 30 Mar 2022 01:09:23 +0530 Subject: [PATCH] dist update --- dist/setup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index aff3d216..e829736d 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -5676,7 +5676,7 @@ exports.isGhes = isGhes; function isCacheFeatureAvailable() { if (!cache.isFeatureAvailable()) { if (isGhes()) { - throw new Error('Caching is only supported on GHES version >= 3.5. If you are on version >=3.5 Please check with GHES admin if Actions cache service is enabled or not.'); + throw new Error('Caching is only supported on GHES version >= 3.5. If you are on a version >= 3.5, please check with your GHES admin if the Actions cache service is enabled or not.'); } else { core.warning('An internal error has occurred in cache backend. Please check https://www.githubstatus.com/ for any ongoing issue in actions.');