Bump @actions/cache from 2.0.1 to 2.0.2

This commit is contained in:
Daz DeBoer 2022-04-11 11:55:03 -07:00
parent 9f79f97603
commit 27c4618d3e
No known key found for this signature in database
GPG Key ID: DD6B9F0B06683D5D
7 changed files with 13 additions and 13 deletions

2
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/post/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@actions/cache": "2.0.1",
"@actions/cache": "2.0.2",
"@actions/core": "1.6.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.0.1",
@ -38,9 +38,9 @@
}
},
"node_modules/@actions/cache": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-2.0.1.tgz",
"integrity": "sha512-GoxSLZFMLpAeHeE7hXqbOz81j+Mpvgs2o8HL2UlFQppXrrNcIsofFGyoH76htcZZPB/876f6NedFr2AS8Xd2Vw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-2.0.2.tgz",
"integrity": "sha512-K1DCaW/OtHj5mV7hI7HEXiceX3rM4Nc0iG2hfYsrkEy6GiOeqlCC/LyICrBZIRDM6+vSrS12tg1ORl4hghomBA==",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
@ -7092,9 +7092,9 @@
},
"dependencies": {
"@actions/cache": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-2.0.1.tgz",
"integrity": "sha512-GoxSLZFMLpAeHeE7hXqbOz81j+Mpvgs2o8HL2UlFQppXrrNcIsofFGyoH76htcZZPB/876f6NedFr2AS8Xd2Vw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-2.0.2.tgz",
"integrity": "sha512-K1DCaW/OtHj5mV7hI7HEXiceX3rM4Nc0iG2hfYsrkEy6GiOeqlCC/LyICrBZIRDM6+vSrS12tg1ORl4hghomBA==",
"requires": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",

View File

@ -24,7 +24,7 @@
],
"license": "MIT",
"dependencies": {
"@actions/cache": "2.0.1",
"@actions/cache": "2.0.2",
"@actions/core": "1.6.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.0.1",

View File

@ -26,7 +26,7 @@ index 16b20f7..aea77ba 100644
+ constructor(key: string, size?: number);
+}
diff --git a/node_modules/@actions/cache/lib/cache.js b/node_modules/@actions/cache/lib/cache.js
index 435f74b..7784f47 100644
index 0b5a2a8..757ad88 100644
--- a/node_modules/@actions/cache/lib/cache.js
+++ b/node_modules/@actions/cache/lib/cache.js
@@ -93,6 +93,7 @@ function restoreCache(paths, primaryKey, restoreKeys, options) {