Skip to content

Commit b000220

Browse files
chore(deps): update dependency @actions/core to ^1.11.1 (#1777)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d6fefd commit b000220

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

.github/actions/task-checklist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"license": "Apache-2.0",
77
"dependencies": {
8-
"@actions/core": "^1.10.1",
8+
"@actions/core": "^1.11.1",
99
"@actions/github": "^6.0.0"
1010
},
1111
"scripts": {

.github/actions/task-checklist/yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.10.1":
6-
version "1.10.1"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a"
8-
integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==
5+
"@actions/core@^1.11.1":
6+
version "1.11.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172"
8+
integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==
99
dependencies:
10+
"@actions/exec" "^1.1.1"
1011
"@actions/http-client" "^2.0.1"
11-
uuid "^8.3.2"
12+
13+
"@actions/exec@^1.1.1":
14+
version "1.1.1"
15+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
16+
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
17+
dependencies:
18+
"@actions/io" "^1.0.1"
1219

1320
"@actions/github@^6.0.0":
1421
version "6.0.0"
@@ -28,6 +35,11 @@
2835
tunnel "^0.0.6"
2936
undici "^5.25.4"
3037

38+
"@actions/io@^1.0.1":
39+
version "1.1.3"
40+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
41+
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
42+
3143
"@fastify/busboy@^2.0.0":
3244
version "2.1.1"
3345
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d"
@@ -159,11 +171,6 @@ universal-user-agent@^6.0.0:
159171
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz#15f20f55da3c930c57bddbf1734c6654d5fd35aa"
160172
integrity sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==
161173

162-
uuid@^8.3.2:
163-
version "8.3.2"
164-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
165-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
166-
167174
wrappy@1:
168175
version "1.0.2"
169176
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)