Skip to content

Commit

Permalink
fix(deps): update dependency @actions/core to v1.11.1 (#3527)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @actions/core to v1.11.1

* Update changeset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Xiao <[email protected]>
  • Loading branch information
renovate[bot] and mxiao-cll authored Oct 31, 2024
1 parent 50bc251 commit 967b15d
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-wolves-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/ea-scripts': patch
---

Bump @actions/core
31 changes: 25 additions & 6 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
28 changes: 22 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"
Expand Down Expand Up @@ -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:*"
Expand Down

0 comments on commit 967b15d

Please sign in to comment.