Compare commits

..

8 Commits

Author SHA1 Message Date
Shubham Tiwari 017007559c review comment to add validation as errors handling 2022-06-21 07:22:33 +00:00
Shubham Tiwari 7b1bc1f56a Review comments 2022-06-20 08:48:14 +00:00
Shubham Tiwari babb9fb0bc removed line 2022-06-20 08:06:16 +00:00
Shubham Tiwari 0bde6ed088 adding message field 2022-06-20 08:00:59 +00:00
Shubham Tiwari 5008429d2a Unused package 2022-06-20 04:58:58 +00:00
Shubham Tiwari 8c47ec23fe Format 2022-06-20 04:54:54 +00:00
Shubham Tiwari 639c79e4a4 added info error as well 2022-06-20 04:47:59 +00:00
Shubham Tiwari e051715283 Initial changes 2022-06-20 04:22:20 +00:00
3 changed files with 4 additions and 7 deletions
+1 -4
View File
@@ -67,7 +67,4 @@
- Fix to avoid saving empty cache when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624))
### 2.0.6
- Fix `Tar failed with error: The process '/usr/bin/tar' failed with exit code 1` issue when temp directory where tar is getting created is actually the subdirectory of the path mentioned by the user for caching. ([issue](https://github.com/actions/cache/issues/689))
### 3.0.0
- Updated actions/cache to suppress Actions cache server error and log warning for those error [#1122](https://github.com/actions/toolkit/pull/1122)
- Fix `Tar failed with error: The process '/usr/bin/tar' failed with exit code 1` issue when temp directory where tar is getting created is actually the subdirectory of the path mentioned by the user for caching. ([issue](https://github.com/actions/cache/issues/689))
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/cache",
"version": "3.0.0",
"version": "2.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/cache",
"version": "3.0.0",
"version": "2.0.6",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "3.0.0",
"version": "2.0.6",
"preview": true,
"description": "Actions cache lib",
"keywords": [