1
0
Fork 0

reverting version update

pull/1028/head
Shubham Tiwari 2022-03-25 10:59:17 +05:30
parent 385e1ed722
commit af84eba61e
3 changed files with 5 additions and 5 deletions

View File

@ -54,5 +54,5 @@
### 1.0.11
- Fix file downloads > 2GB([issue](https://github.com/actions/cache/issues/773))
### 2.0.0
### 1.0.12
- Added support to check if Actions cache service feature is available or not [#1028](https://github.com/actions/toolkit/pull/1028)

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

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

View File

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