diff --git a/.pnp.js b/.pnp.js index 5fba557b..5cebc242 100755 --- a/.pnp.js +++ b/.pnp.js @@ -37,7 +37,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { [null, { "packageLocation": "./", "packageDependencies": [ - ["@actions/core", "npm:1.2.7"], + ["@actions/core", "npm:1.6.0"], ["@actions/github", "npm:4.0.0"], ["@octokit/core", "npm:3.4.0"], ["@octokit/plugin-paginate-rest", "virtual:80bcb91a087ff4b248b3dad7606f95dff0dd8bfc050a19114604b6a694f57946c7c879aa3e66f037488a622f3abe53c788b66131c9ff0838a1318d83f1d9ce8e#npm:2.13.3"], @@ -77,10 +77,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["@actions/core", [ - ["npm:1.2.7", { - "packageLocation": "./.yarn/cache/@actions-core-npm-1.2.7-73b9b70d91-ea8aa7e545.zip/node_modules/@actions/core/", + ["npm:1.6.0", { + "packageLocation": "./.yarn/cache/@actions-core-npm-1.6.0-a2628c48cb-71533cc514.zip/node_modules/@actions/core/", "packageDependencies": [ - ["@actions/core", "npm:1.2.7"] + ["@actions/core", "npm:1.6.0"], + ["@actions/http-client", "npm:1.0.11"] ], "linkType": "HARD", }] @@ -7533,7 +7534,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./", "packageDependencies": [ ["mou-release-action", "workspace:."], - ["@actions/core", "npm:1.2.7"], + ["@actions/core", "npm:1.6.0"], ["@actions/github", "npm:4.0.0"], ["@octokit/core", "npm:3.4.0"], ["@octokit/plugin-paginate-rest", "virtual:80bcb91a087ff4b248b3dad7606f95dff0dd8bfc050a19114604b6a694f57946c7c879aa3e66f037488a622f3abe53c788b66131c9ff0838a1318d83f1d9ce8e#npm:2.13.3"], diff --git a/.yarn/cache/@actions-core-npm-1.2.7-73b9b70d91-ea8aa7e545.zip b/.yarn/cache/@actions-core-npm-1.2.7-73b9b70d91-ea8aa7e545.zip deleted file mode 100644 index 609dedf3..00000000 Binary files a/.yarn/cache/@actions-core-npm-1.2.7-73b9b70d91-ea8aa7e545.zip and /dev/null differ diff --git a/.yarn/cache/@actions-core-npm-1.6.0-a2628c48cb-71533cc514.zip b/.yarn/cache/@actions-core-npm-1.6.0-a2628c48cb-71533cc514.zip new file mode 100644 index 00000000..bd81b70e Binary files /dev/null and b/.yarn/cache/@actions-core-npm-1.6.0-a2628c48cb-71533cc514.zip differ diff --git a/package.json b/package.json index c2e09c87..14242044 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "MindDoc Health GmbH", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.7", + "@actions/core": "^1.6.0", "@actions/github": "^4.0.0", "@octokit/core": "^3.4.0", "@octokit/plugin-paginate-rest": "^2.13.3", diff --git a/yarn.lock b/yarn.lock index a957a0a6..e570b66c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,10 +5,12 @@ __metadata: version: 4 cacheKey: 7 -"@actions/core@npm:^1.2.7": - version: 1.2.7 - resolution: "@actions/core@npm:1.2.7" - checksum: ea8aa7e54523f26e51b056e2b5b830d24a26a972e5aa80cf4c9ea2ad8785e4f67cf316a0514cec0a71bd6d1267c415b85143774a13690988532071b395bcb4a3 +"@actions/core@npm:^1.6.0": + version: 1.6.0 + resolution: "@actions/core@npm:1.6.0" + dependencies: + "@actions/http-client": ^1.0.11 + checksum: 71533cc514e4a158cea7c855610a44376814cc1b897f600aaf97636fc1bf49956bd4f7ef8f1cd04beefe8baa5d001aea40aadafbcbc6b36a62840bc25082e4c4 languageName: node linkType: hard @@ -24,7 +26,7 @@ __metadata: languageName: node linkType: hard -"@actions/http-client@npm:^1.0.8": +"@actions/http-client@npm:^1.0.11, @actions/http-client@npm:^1.0.8": version: 1.0.11 resolution: "@actions/http-client@npm:1.0.11" dependencies: @@ -6109,7 +6111,7 @@ fsevents@^2.3.2: version: 0.0.0-use.local resolution: "mou-release-action@workspace:." dependencies: - "@actions/core": ^1.2.7 + "@actions/core": ^1.6.0 "@actions/github": ^4.0.0 "@octokit/core": ^3.4.0 "@octokit/plugin-paginate-rest": ^2.13.3