1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2025-07-06 08:32:53 +00:00

Updating actions/core to version 1.10 for cache v2

This commit is contained in:
Anurag Chauhan 2023-03-14 07:34:53 +00:00
parent 937d244753
commit 8492260343
4 changed files with 3817 additions and 233 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "2.1.7",
"version": "2.1.8",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -24,7 +24,7 @@
"license": "MIT",
"dependencies": {
"@actions/cache": "^1.0.8",
"@actions/core": "^1.2.6",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.1.0"
},