Release compression related changes for windows (#1039)

* Release compression related changes for windows

* Update license
This commit is contained in:
Sampark Sharma 2022-12-23 11:49:17 +05:30 committed by GitHub
parent c17f4bf466
commit 9b0be58822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 963 additions and 423 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.2.0",
"version": "3.2.1",
"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.6",
"@actions/cache": "^3.1.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"