1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 00:22:56 +00:00

Bump internal package @actions/cache version to fix #888 and #891 in actions/cache repo

This commit is contained in:
Lovepreet Singh 2022-08-13 18:46:24 +00:00
parent 8bd9e29d3c
commit d543359fab
4 changed files with 64 additions and 91 deletions

View file

@ -80,4 +80,7 @@
- Added 1 hour timeout for the download stuck issue [#810](https://github.com/actions/cache/issues/810).
### 3.0.3
- Bug fixes for download stuck issue [#810](https://github.com/actions/cache/issues/810).
- Bug fixes for download stuck issue [#810](https://github.com/actions/cache/issues/810).
### 3.0.4
- Fix zstd not working for windows on gnu tar in issues [#888](https://github.com/actions/cache/issues/888) and [#891](https://github.com/actions/cache/issues/891).

4
packages/cache/package-lock.json generated vendored
View file

@ -1,12 +1,12 @@
{
"name": "@actions/cache",
"version": "3.0.3",
"version": "3.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/cache",
"version": "3.0.3",
"version": "3.0.4",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",

View file

@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "3.0.3",
"version": "3.0.4",
"preview": true,
"description": "Actions cache lib",
"keywords": [