@actions/cache
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -46,2 +46,4 @@ "use strict"; | ||
if (gnuTar) { | ||
// fix permission denied errors when extracting BSD tar archive with GNU tar - https://github.com/actions/cache/issues/527 | ||
args.push('--delay-directory-restore'); | ||
return gnuTar; | ||
@@ -48,0 +50,0 @@ } |
{ | ||
"name": "@actions/cache", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"preview": true, | ||
@@ -5,0 +5,0 @@ "description": "Actions cache lib", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89842
1329