From 1fe027a4c736cbded950ed2b4d72aec68081592a Mon Sep 17 00:00:00 2001 From: Bariscankibarcekici <106708281+Bariscankibarcekici@users.noreply.github.com> Date: Wed, 15 Jun 2022 07:37:20 +0300 Subject: [PATCH] Revert "Took toolkit changes." This reverts commit b13b69db368ea1b3533a8556b4066e7063650f48. --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa25583..21cc7f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,8 +5,9 @@ "requires": true, "dependencies": { "@actions/cache": { - "version": "file:../toolkit/packages/cache/actions-cache-1.0.10.tgz", - "integrity": "sha512-2f+C5Uk2KEtKoc7oq3N4LkhnQC+eJd6hre4vk10qUfOMB7UCip0QTU+oLRYMXnov7Cdh+Qd3inEJgLpDL/Whpg==", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.10.tgz", + "integrity": "sha512-8l9A54RXsPHbHs4Tu0DGqTyE5cguvq3xO9H0ohbLa5zbL2Z4dh9lxnjQn2xojsPQr4WnEVgbaVZpc1tlhehQGw==", "requires": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", diff --git a/package.json b/package.json index 5044e1d..39faf99 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/cache": "file:../toolkit/packages/cache/actions-cache-1.0.10.tgz", + "@actions/cache": "^1.0.10", "@actions/core": "^1.2.6", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.2"