diff --git a/.changeset/twenty-wolves-listen.md b/.changeset/twenty-wolves-listen.md new file mode 100644 index 0000000000..5e9c7b5cf6 --- /dev/null +++ b/.changeset/twenty-wolves-listen.md @@ -0,0 +1,5 @@ +--- +'@chainlink/ea-scripts': patch +--- + +Bump @actions/core diff --git a/.pnp.cjs b/.pnp.cjs index 090c139abf..6f1e11d8d2 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -1196,12 +1196,22 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@actions/core", [\ - ["npm:1.10.1", {\ - "packageLocation": "./.yarn/cache/@actions-core-npm-1.10.1-3cb1000b4d-d32af783ec.zip/node_modules/@actions/core/",\ + ["npm:1.11.1", {\ + "packageLocation": "./.yarn/cache/@actions-core-npm-1.11.1-ad090a2026-94f260e336.zip/node_modules/@actions/core/",\ "packageDependencies": [\ - ["@actions/core", "npm:1.10.1"],\ - ["@actions/http-client", "npm:2.2.3"],\ - ["uuid", "npm:8.3.2"]\ + ["@actions/core", "npm:1.11.1"],\ + ["@actions/exec", "npm:1.1.1"],\ + ["@actions/http-client", "npm:2.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@actions/exec", [\ + ["npm:1.1.1", {\ + "packageLocation": "./.yarn/cache/@actions-exec-npm-1.1.1-90973d2f96-c04bd25191.zip/node_modules/@actions/exec/",\ + "packageDependencies": [\ + ["@actions/exec", "npm:1.1.1"],\ + ["@actions/io", "npm:1.1.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1217,6 +1227,15 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["@actions/io", [\ + ["npm:1.1.3", {\ + "packageLocation": "./.yarn/cache/@actions-io-npm-1.1.3-82d1cf012b-4de44e8d42.zip/node_modules/@actions/io/",\ + "packageDependencies": [\ + ["@actions/io", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["@adraffy/ens-normalize", [\ ["npm:1.10.1", {\ "packageLocation": "./.yarn/cache/@adraffy-ens-normalize-npm-1.10.1-e60d7ca58d-4cb938c4ab.zip/node_modules/@adraffy/ens-normalize/",\ @@ -6618,7 +6637,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "./packages/scripts/",\ "packageDependencies": [\ ["@chainlink/ea-scripts", "workspace:packages/scripts"],\ - ["@actions/core", "npm:1.10.1"],\ + ["@actions/core", "npm:1.11.1"],\ ["@apidevtools/json-schema-ref-parser", "npm:9.1.2"],\ ["@chainlink/ea-bootstrap", "workspace:packages/core/bootstrap"],\ ["@chainlink/ea-factories", "workspace:packages/core/factories"],\ diff --git a/.yarn/cache/@actions-core-npm-1.10.1-3cb1000b4d-d32af783ec.zip b/.yarn/cache/@actions-core-npm-1.10.1-3cb1000b4d-d32af783ec.zip deleted file mode 100644 index e5b133de6c..0000000000 Binary files a/.yarn/cache/@actions-core-npm-1.10.1-3cb1000b4d-d32af783ec.zip and /dev/null differ diff --git a/.yarn/cache/@actions-core-npm-1.11.1-ad090a2026-94f260e336.zip b/.yarn/cache/@actions-core-npm-1.11.1-ad090a2026-94f260e336.zip new file mode 100644 index 0000000000..00122c0841 Binary files /dev/null and b/.yarn/cache/@actions-core-npm-1.11.1-ad090a2026-94f260e336.zip differ diff --git a/.yarn/cache/@actions-exec-npm-1.1.1-90973d2f96-c04bd25191.zip b/.yarn/cache/@actions-exec-npm-1.1.1-90973d2f96-c04bd25191.zip new file mode 100644 index 0000000000..6bdec4e352 Binary files /dev/null and b/.yarn/cache/@actions-exec-npm-1.1.1-90973d2f96-c04bd25191.zip differ diff --git a/.yarn/cache/@actions-io-npm-1.1.3-82d1cf012b-4de44e8d42.zip b/.yarn/cache/@actions-io-npm-1.1.3-82d1cf012b-4de44e8d42.zip new file mode 100644 index 0000000000..5d9ed6613e Binary files /dev/null and b/.yarn/cache/@actions-io-npm-1.1.3-82d1cf012b-4de44e8d42.zip differ diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 2d185bcc85..51d731ce29 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -2,7 +2,7 @@ "name": "@chainlink/ea-scripts", "version": "2.7.10", "dependencies": { - "@actions/core": "1.10.1", + "@actions/core": "1.11.1", "@apidevtools/json-schema-ref-parser": "9.1.2", "@chainlink/ea-bootstrap": "workspace:*", "@chainlink/ea-factories": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 3f818651f6..c7f44cc248 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,13 +5,22 @@ __metadata: version: 8 cacheKey: 10 -"@actions/core@npm:1.10.1": - version: 1.10.1 - resolution: "@actions/core@npm:1.10.1" +"@actions/core@npm:1.11.1": + version: 1.11.1 + resolution: "@actions/core@npm:1.11.1" dependencies: + "@actions/exec": "npm:^1.1.1" "@actions/http-client": "npm:^2.0.1" - uuid: "npm:^8.3.2" - checksum: 10/d32af783ecb07f25a0f190112ee8e749a4c4cb88327d6df756ea1dcee146ab413c0e651a9c949294f8202ced1436c049d7b469485431a5cc4491d66926ec8323 + checksum: 10/94f260e33607cc16567ce4c88014f069cd7da92baaa443b72cff80fdf4f1dcd18192e135df0d51ec29e8b82cfe214218715d482f2a7804efa5095737d1245f38 + languageName: node + linkType: hard + +"@actions/exec@npm:^1.1.1": + version: 1.1.1 + resolution: "@actions/exec@npm:1.1.1" + dependencies: + "@actions/io": "npm:^1.0.1" + checksum: 10/c04bd25191e522841c7e17862d70099de8db61278d2b4c744b69ac0197a48f85c75dba548e1c29c695c4cc5363d558846b4dcd3db9013463c18ba8cf36497c6d languageName: node linkType: hard @@ -25,6 +34,13 @@ __metadata: languageName: node linkType: hard +"@actions/io@npm:^1.0.1": + version: 1.1.3 + resolution: "@actions/io@npm:1.1.3" + checksum: 10/4de44e8d428ba9f20049c844b37ecd486b589ed201f8cc8c5b550a9e4c72d1f594271ee2a7a6cfe8a42ebfb5dd527ef65016454656db391a353d41eab4f147e1 + languageName: node + linkType: hard + "@adraffy/ens-normalize@npm:1.10.1": version: 1.10.1 resolution: "@adraffy/ens-normalize@npm:1.10.1" @@ -3563,7 +3579,7 @@ __metadata: version: 0.0.0-use.local resolution: "@chainlink/ea-scripts@workspace:packages/scripts" dependencies: - "@actions/core": "npm:1.10.1" + "@actions/core": "npm:1.11.1" "@apidevtools/json-schema-ref-parser": "npm:9.1.2" "@chainlink/ea-bootstrap": "workspace:*" "@chainlink/ea-factories": "workspace:*"