diff --git a/.pnp.cjs b/.pnp.cjs index 37c096f..a2f395c 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -28,7 +28,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { [null, {\ "packageLocation": "./",\ "packageDependencies": [\ - ["@actions/core", "npm:1.9.1"],\ + ["@actions/core", "npm:1.11.0"],\ ["@actions/exec", "npm:1.1.1"],\ ["@actions/github", "npm:5.0.3"],\ ["@jest/globals", "npm:28.1.3"],\ @@ -48,12 +48,12 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["@actions/core", [\ - ["npm:1.9.1", {\ - "packageLocation": "./.yarn/cache/@actions-core-npm-1.9.1-108e26d1ac-8f9823bed2.zip/node_modules/@actions/core/",\ + ["npm:1.11.0", {\ + "packageLocation": "./.yarn/cache/@actions-core-npm-1.11.0-1d5c2f40ca-ae20d41be9.zip/node_modules/@actions/core/",\ "packageDependencies": [\ - ["@actions/core", "npm:1.9.1"],\ - ["@actions/http-client", "npm:2.0.1"],\ - ["uuid", "npm:8.3.2"]\ + ["@actions/core", "npm:1.11.0"],\ + ["@actions/exec", "npm:1.1.1"],\ + ["@actions/http-client", "npm:2.0.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -5503,7 +5503,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./",\ "packageDependencies": [\ ["root-workspace-0b6124", "workspace:."],\ - ["@actions/core", "npm:1.9.1"],\ + ["@actions/core", "npm:1.11.0"],\ ["@actions/exec", "npm:1.1.1"],\ ["@actions/github", "npm:5.0.3"],\ ["@jest/globals", "npm:28.1.3"],\ @@ -6156,15 +6156,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["uuid", [\ - ["npm:8.3.2", {\ - "packageLocation": "./.yarn/cache/uuid-npm-8.3.2-eca0baba53-5575a8a75c.zip/node_modules/uuid/",\ - "packageDependencies": [\ - ["uuid", "npm:8.3.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["v8-compile-cache-lib", [\ ["npm:3.0.1", {\ "packageLocation": "./.yarn/cache/v8-compile-cache-lib-npm-3.0.1-4886071ece-78089ad549.zip/node_modules/v8-compile-cache-lib/",\ diff --git a/.yarn/cache/@actions-core-npm-1.11.0-1d5c2f40ca-ae20d41be9.zip b/.yarn/cache/@actions-core-npm-1.11.0-1d5c2f40ca-ae20d41be9.zip new file mode 100644 index 0000000..d34a60f Binary files /dev/null and b/.yarn/cache/@actions-core-npm-1.11.0-1d5c2f40ca-ae20d41be9.zip differ diff --git a/.yarn/cache/@actions-core-npm-1.9.1-108e26d1ac-8f9823bed2.zip b/.yarn/cache/@actions-core-npm-1.9.1-108e26d1ac-8f9823bed2.zip deleted file mode 100644 index 5fb7209..0000000 Binary files a/.yarn/cache/@actions-core-npm-1.9.1-108e26d1ac-8f9823bed2.zip and /dev/null differ diff --git a/.yarn/cache/fsevents-patch-2882183fbf-8.zip b/.yarn/cache/fsevents-patch-2882183fbf-8.zip deleted file mode 100644 index c4511f1..0000000 Binary files a/.yarn/cache/fsevents-patch-2882183fbf-8.zip and /dev/null differ diff --git a/.yarn/cache/uuid-npm-8.3.2-eca0baba53-5575a8a75c.zip b/.yarn/cache/uuid-npm-8.3.2-eca0baba53-5575a8a75c.zip deleted file mode 100644 index 9b58328..0000000 Binary files a/.yarn/cache/uuid-npm-8.3.2-eca0baba53-5575a8a75c.zip and /dev/null differ diff --git a/yarn.lock b/yarn.lock index bcc510f..4e7a6be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6,12 +6,12 @@ __metadata: cacheKey: 8 "@actions/core@npm:^1.9.0": - version: 1.9.1 - resolution: "@actions/core@npm:1.9.1" + version: 1.11.0 + resolution: "@actions/core@npm:1.11.0" dependencies: + "@actions/exec": ^1.1.1 "@actions/http-client": ^2.0.1 - uuid: ^8.3.2 - checksum: 8f9823bed2e172fcabb65a63e136f98bbd0614bf37b5012caff4d3216471de19956e6bc0ed2767c52bccc3d02a7450a3b902a83f56bfa255477858c6341d1e2e + checksum: ae20d41be9db100a4853fd78b538eeb8549e8dc8f281ae765fdafe44c4f70254de32fbd7b1cb3e4a0649d481dc4b21459353c7d0fd331fed0e173c947ac1d8ac languageName: node linkType: hard @@ -5066,15 +5066,6 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^8.3.2": - version: 8.3.2 - resolution: "uuid@npm:8.3.2" - bin: - uuid: dist/bin/uuid - checksum: 5575a8a75c13120e2f10e6ddc801b2c7ed7d8f3c8ac22c7ed0c7b2ba6383ec0abda88c905085d630e251719e0777045ae3236f04c812184b7c765f63a70e58df - languageName: node - linkType: hard - "v8-compile-cache-lib@npm:^3.0.1": version: 3.0.1 resolution: "v8-compile-cache-lib@npm:3.0.1"