Skip to content

Commit c19befa

Browse files
fix(deps): update dependency @actions/core to v2 (#317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7eab9f7 commit c19befa

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@actions/cache": "^4.1.0",
21-
"@actions/core": "^1.11.1",
21+
"@actions/core": "^2.0.1",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.0",
2424
"js-yaml": "^4.1.1",

yarn.lock

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
"@actions/exec" "^1.1.1"
2727
"@actions/http-client" "^2.0.1"
2828

29+
"@actions/core@^2.0.1":
30+
version "2.0.1"
31+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.1.tgz#fc4961acb04f6253bcdf83ad356e013ba29fc218"
32+
integrity sha512-oBfqT3GwkvLlo1fjvhQLQxuwZCGTarTE5OuZ2Wg10hvhBj7LRIlF611WT4aZS6fDhO5ZKlY7lCAZTlpmyaHaeg==
33+
dependencies:
34+
"@actions/exec" "^2.0.0"
35+
"@actions/http-client" "^3.0.0"
36+
2937
"@actions/exec@^1.0.1", "@actions/exec@^1.1.1":
3038
version "1.1.1"
3139
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
@@ -64,6 +72,14 @@
6472
tunnel "^0.0.6"
6573
undici "^5.25.4"
6674

75+
"@actions/http-client@^3.0.0":
76+
version "3.0.0"
77+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.0.tgz#6c6058bef29c0580d6683a08c5bf0362c90c2e6e"
78+
integrity sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==
79+
dependencies:
80+
tunnel "^0.0.6"
81+
undici "^5.28.5"
82+
6783
"@actions/io@^1.0.1":
6884
version "1.1.3"
6985
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
@@ -3087,7 +3103,7 @@ undici-types@~7.16.0:
30873103
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
30883104
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
30893105

3090-
undici@^5.25.4:
3106+
undici@^5.25.4, undici@^5.28.5:
30913107
version "5.29.0"
30923108
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
30933109
integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==

0 commit comments

Comments
 (0)