Updated actions/cache version to 3.0.2

This commit is contained in:
Sankalp Kotewar 2022-08-09 16:43:43 +00:00
parent f4278025ab
commit a404368986
5 changed files with 36 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.0.6",
"version": "3.0.7",
"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.0.1",
"@actions/cache": "^3.0.2",
"@actions/core": "^1.7.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"