Updated cache npm lib version

This commit is contained in:
Sankalp Kotewar 2022-12-21 11:57:13 +00:00 committed by GitHub
parent 64a59d5b55
commit 543111cb6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 403 additions and 875 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.2.0-beta.1",
"version": "3.2.0",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "3.1.0-beta.3",
"@actions/cache": "^3.0.6",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"