1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2025-07-12 09:10:44 +00:00

Revert compression changes related to windows

due to symlink issues
This commit is contained in:
Sampark Sharma 2022-12-27 10:38:49 +00:00 committed by GitHub
parent d1507cccba
commit c9cbdaf0ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 404 additions and 876 deletions

View file

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