Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@actions/artifact": "^4.0.0",
"@actions/cache": "^4.1.0",
"@actions/core": "^1.11.1",
"@actions/core": "^2.0.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.1",
"@actions/http-client": "^3.0.0",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ __metadata:
languageName: node
linkType: hard

"@actions/core@npm:^2.0.0":
version: 2.0.0
resolution: "@actions/core@npm:2.0.0"
dependencies:
"@actions/exec": "npm:^1.1.1"
"@actions/http-client": "npm:^3.0.0"
checksum: 10/051190c962d4abee7bc1878c1d94aa6660bf04f41ec99913f2f16b6e3c02b25fffb62451a8ce0742d8a594d3aff316f17f6539ab27dadcf772f1c4c562aab4dd
languageName: node
linkType: hard

"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
version: 1.1.1
resolution: "@actions/exec@npm:1.1.1"
Expand Down Expand Up @@ -1130,7 +1140,7 @@ __metadata:
dependencies:
"@actions/artifact": "npm:^4.0.0"
"@actions/cache": "npm:^4.1.0"
"@actions/core": "npm:^1.11.1"
"@actions/core": "npm:^2.0.0"
"@actions/exec": "npm:^1.1.1"
"@actions/github": "npm:^6.0.1"
"@actions/http-client": "npm:^3.0.0"
Expand Down
Loading