From daa635c20c8fea1cd5876c6f2022cbb5c8c13678 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Mon, 15 Aug 2022 18:58:31 -0600 Subject: [PATCH] Bump @actions/cache from 3.0.1 to 3.0.3 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- ...ache+3.0.1.patch => @actions+cache+3.0.3.patch} | 0 3 files changed, 8 insertions(+), 8 deletions(-) rename patches/{@actions+cache+3.0.1.patch => @actions+cache+3.0.3.patch} (100%) diff --git a/package-lock.json b/package-lock.json index 974441c..ef96325 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@actions/cache": "3.0.1", + "@actions/cache": "3.0.3", "@actions/core": "1.9.1", "@actions/exec": "1.1.1", "@actions/github": "5.0.3", @@ -37,9 +37,9 @@ } }, "node_modules/@actions/cache": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.0.1.tgz", - "integrity": "sha512-z4cbwCuzyZHQ3Y3AyQEFb+WQneC1wcOWfjrKxhulGkbXBLiMH/Uga2hknNEgOY16XaDZ7hArYaY3nUxE7IzqLQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.0.3.tgz", + "integrity": "sha512-kn0pZRQNFRg1IQnW/N7uTNbbLqYalvQW2bmrznn3C34LMY/rSuEmH6Uo69HDh335Q0vKs9kg/jsIarzUBKzEXg==", "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", @@ -6940,9 +6940,9 @@ }, "dependencies": { "@actions/cache": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.0.1.tgz", - "integrity": "sha512-z4cbwCuzyZHQ3Y3AyQEFb+WQneC1wcOWfjrKxhulGkbXBLiMH/Uga2hknNEgOY16XaDZ7hArYaY3nUxE7IzqLQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.0.3.tgz", + "integrity": "sha512-kn0pZRQNFRg1IQnW/N7uTNbbLqYalvQW2bmrznn3C34LMY/rSuEmH6Uo69HDh335Q0vKs9kg/jsIarzUBKzEXg==", "requires": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", diff --git a/package.json b/package.json index a5ebc27..aa17625 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "license": "MIT", "dependencies": { - "@actions/cache": "3.0.1", + "@actions/cache": "3.0.3", "@actions/core": "1.9.1", "@actions/exec": "1.1.1", "@actions/github": "5.0.3", diff --git a/patches/@actions+cache+3.0.1.patch b/patches/@actions+cache+3.0.3.patch similarity index 100% rename from patches/@actions+cache+3.0.1.patch rename to patches/@actions+cache+3.0.3.patch