From a82aca7c4ab5089998fbec9b23bcb73ceef27d31 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Mar 2022 03:16:09 +0000 Subject: [PATCH] fix(deps): update dependency @actions/cache to v1.0.11 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5799500..5499d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@actions/cache": "1.0.10", + "@actions/cache": "1.0.11", "@actions/core": "1.6.0", "@actions/exec": "1.1.1", "@actions/io": "1.1.2", @@ -31,9 +31,9 @@ } }, "node_modules/@actions/cache": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.10.tgz", - "integrity": "sha512-8l9A54RXsPHbHs4Tu0DGqTyE5cguvq3xO9H0ohbLa5zbL2Z4dh9lxnjQn2xojsPQr4WnEVgbaVZpc1tlhehQGw==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.11.tgz", + "integrity": "sha512-L+VCF1JpFePAzxkYtpwYDWnd0WzSU1DoNPE2cuINKpEie27ONH0Cpqt40cG8NiJW4zbZLN+kNkEDo3F2MkUuRw==", "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", @@ -8179,9 +8179,9 @@ }, "dependencies": { "@actions/cache": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.10.tgz", - "integrity": "sha512-8l9A54RXsPHbHs4Tu0DGqTyE5cguvq3xO9H0ohbLa5zbL2Z4dh9lxnjQn2xojsPQr4WnEVgbaVZpc1tlhehQGw==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.11.tgz", + "integrity": "sha512-L+VCF1JpFePAzxkYtpwYDWnd0WzSU1DoNPE2cuINKpEie27ONH0Cpqt40cG8NiJW4zbZLN+kNkEDo3F2MkUuRw==", "requires": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", diff --git a/package.json b/package.json index f0fb164..f3ea016 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/bahmutov/npm-install#readme", "dependencies": { - "@actions/cache": "1.0.10", + "@actions/cache": "1.0.11", "@actions/core": "1.6.0", "@actions/exec": "1.1.1", "@actions/io": "1.1.2",