Closed
Description
Hi GitHub Actions team,
I encountered a confusing warning in my workflow run regarding the deprecation of actions/cache. Here’s the warning:
“Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v4.0.2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions.”
This is odd because I am already using v4.0.2, which is a part of the supported v4 series. According to your official announcement:
• v1-v2 of actions/cache are being deprecated.
• All versions prior to 4.0.0 are also being retired.
My workflow is already on v4.0.2, which should be fully supported. However, the warning appears as if my workflow is still using a deprecated version.
Expected Behavior:
Warnings should only be shown for workflows using v1-v2 or versions prior to v4.0.0. No warning should be displayed for supported versions like v4.0.2.
Metadata
Metadata
Assignees
Labels
No labels