Skip to content

Commit 110d7a5

Browse files
fix(deps): update dependency @actions/core to v2
1 parent b5738e9 commit 110d7a5

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.0",
2222
"@actions/exec": "^1.1.1",
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.0":
30+
version "2.0.0"
31+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.0.tgz#ab985a153dbf2c84e13c50cf1b559e3ca15f0c5e"
32+
integrity sha512-iGW52/zqhPUFnYl0s1ioXfJu86LGs7b+GYuO38JMPpsh14FQrNj3n2JBpC+vZ2CFS4lERQyn5koLDopY+6V/PQ==
33+
dependencies:
34+
"@actions/exec" "^1.1.1"
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"
@@ -57,6 +65,14 @@
5765
tunnel "^0.0.6"
5866
undici "^5.25.4"
5967

68+
"@actions/http-client@^3.0.0":
69+
version "3.0.0"
70+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.0.tgz#6c6058bef29c0580d6683a08c5bf0362c90c2e6e"
71+
integrity sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==
72+
dependencies:
73+
tunnel "^0.0.6"
74+
undici "^5.28.5"
75+
6076
"@actions/io@^1.0.1":
6177
version "1.1.3"
6278
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
@@ -3075,7 +3091,7 @@ undici-types@~7.16.0:
30753091
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
30763092
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
30773093

3078-
undici@^5.25.4:
3094+
undici@^5.25.4, undici@^5.28.5:
30793095
version "5.29.0"
30803096
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
30813097
integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==

0 commit comments

Comments
 (0)