You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 isFeatureAvailablefunction 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.
The text was updated successfully, but these errors were encountered:
As this feature will be required for GHES 3.5 and its feature freeze date is the 5th of April. So we will need to prioritize this so that this change can be completed before the End of this week. This change should be small 🙇
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 theactions/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.
The text was updated successfully, but these errors were encountered: