diff --git a/packages/artifact/package-lock.json b/packages/artifact/package-lock.json index 640bb3196a..5750628e25 100644 --- a/packages/artifact/package-lock.json +++ b/packages/artifact/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/artifact", - "version": "2.1.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@actions/artifact", - "version": "2.1.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index fd1edbf86c..43cbfef9ae 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -168,7 +168,3 @@ ### 3.2.3 - Fixed a bug that mutated path arguments to `getCacheVersion` [#1378](https://github.com/actions/toolkit/pull/1378) - -### 3.2.4 - -- Updated `isGhes` check to include `.ghe.com` and `.ghe.localhost` as accepted hosts diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index 422f22644e..31a8101370 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/cache", - "version": "3.2.4", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/cache", - "version": "3.2.4", + "version": "3.2.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0",