Closed
Description
Description:
👋 Team, we have recently added support for caching in GHE (target version 3.5). And we saw setup-python
action is also using the Action cache service to cache dependency, based on user input, using the actions/cache
package.
As we have added support for caching in GHES 3.5, you can modify this condition to use the new isFeatureAvailable
function present in @actions/toolkit 2.0.0
to check the presence of Actions cache service.
You can also refer to this change which we are doing for actions/cache action.
Metadata
Metadata
Assignees
Labels
New feature or request to improve the current logicNew feature or request to improve the current logic