Update to use @actions/cache 4.0.3 package & prepare for new release - #1577
Merged
Conversation
salmanmkc
marked this pull request as ready for review
March 18, 2025 15:07
robherley
approved these changes
Mar 19, 2025
turbo-zill
reviewed
Apr 29, 2025
Description
This pull request includes updates to the version of the
@actions/cachedependency in both the.licenses/npm/@actions/cache.dep.ymlfile and thepackage.jsonfile.Dependency version updates:
.licenses/npm/@actions/cache.dep.yml: Updated@actions/cacheversion from4.0.2to4.0.3.package.json: Updated@actions/cacheversion from4.0.2to4.0.3.Package version update:
package.json: Updated package version from4.2.2to4.2.3.Updates to the
@actions/cachedependency4.0.3
Motivation and Context
SAS tokens are sensitive information and should not be exposed in logs. This change masks the SAS token in the logs. The cache version is also logged to help with debugging.
How Has This Been Tested?
Done testing on a workflow that uses the cache save/restore and when there is a cache miss, I verified that it also prints out the version of cache that was requested.
Screenshots (if appropriate):
Types of changes
Checklist: