1
0
Fork 0

Update package version and changelog

pull/1286/head
Marc Mueller 2023-02-21 13:56:25 +01:00
parent a3849b77ae
commit e45a26f771
3 changed files with 7 additions and 4 deletions

View File

@ -118,3 +118,6 @@
### 3.1.4
- Fix zstd not being used due to `zstd --version` output change in zstd 1.5.4 release. See [#1353](https://github.com/actions/toolkit/pull/1353).
### 3.2.0
- Add `lookupOnly` to cache restore `DownloadOptions`.

4
packages/cache/package-lock.json generated vendored
View File

@ -1,12 +1,12 @@
{
"name": "@actions/cache",
"version": "3.1.4",
"version": "3.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/cache",
"version": "3.1.4",
"version": "3.2.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "3.1.4",
"version": "3.2.0",
"preview": true,
"description": "Actions cache lib",
"keywords": [