Updated @actions/cache (#460)

* Updated @actions/cache

* Licensed cache

* new build

* Updated version
This commit is contained in:
Deepak Dahiya
2022-04-11 19:06:18 +05:30
committed by GitHub
parent 76d3665dc0
commit 56337c4255
13 changed files with 8621 additions and 5794 deletions

View File

@ -1,6 +1,6 @@
{
"name": "setup-node",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "setup node action",
"main": "lib/setup-node.js",
@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^2.0.0",
"@actions/cache": "^2.0.2",
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^1.1.0",