constmessage=`Cache action 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.
@ -38453,7 +38453,7 @@ function isCacheFeatureAvailable() {
if(!cache.isFeatureAvailable()){
if(isGhes()){
logWarning(`Cache action 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.
@ -38453,7 +38453,7 @@ function isCacheFeatureAvailable() {
if(!cache.isFeatureAvailable()){
if(isGhes()){
logWarning(`Cache action 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.
@ -82,7 +82,7 @@ export function isCacheFeatureAvailable(): boolean {
if(isGhes()){
logWarning(
`Cache action 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.