Skip to content

Commit 01ddfae

Browse files
chore(deps): bump @actions/core from 1.11.1 to 2.0.0 (#2736)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a364493 commit 01ddfae

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/tj-actions/changed-files#readme",
3535
"dependencies": {
36-
"@actions/core": "^1.10.0",
36+
"@actions/core": "^2.0.0",
3737
"@actions/exec": "^2.0.0",
3838
"@actions/github": "^6.0.0",
3939
"@octokit/rest": "^22.0.0",

yarn.lock

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

44

5-
"@actions/core@^1.10.0":
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==
5+
"@actions/core@^2.0.0":
6+
version "2.0.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.0.tgz#ab985a153dbf2c84e13c50cf1b559e3ca15f0c5e"
8+
integrity sha512-iGW52/zqhPUFnYl0s1ioXfJu86LGs7b+GYuO38JMPpsh14FQrNj3n2JBpC+vZ2CFS4lERQyn5koLDopY+6V/PQ==
99
dependencies:
1010
"@actions/exec" "^1.1.1"
11-
"@actions/http-client" "^2.0.1"
11+
"@actions/http-client" "^3.0.0"
1212

1313
"@actions/exec@^1.1.1":
1414
version "1.1.1"
@@ -37,14 +37,22 @@
3737
"@octokit/request-error" "^5.1.1"
3838
undici "^5.28.5"
3939

40-
"@actions/http-client@^2.0.1", "@actions/http-client@^2.2.0":
40+
"@actions/http-client@^2.2.0":
4141
version "2.2.3"
4242
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674"
4343
integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==
4444
dependencies:
4545
tunnel "^0.0.6"
4646
undici "^5.25.4"
4747

48+
"@actions/http-client@^3.0.0":
49+
version "3.0.0"
50+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.0.tgz#6c6058bef29c0580d6683a08c5bf0362c90c2e6e"
51+
integrity sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==
52+
dependencies:
53+
tunnel "^0.0.6"
54+
undici "^5.28.5"
55+
4856
"@actions/io@^1.0.1":
4957
version "1.1.3"
5058
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"

0 commit comments

Comments
 (0)