Skip to content

Commit 39994b6

Browse files
chore(deps): bump @actions/core from 1.10.1 to 1.11.0 (#5053)
* chore(deps): bump @actions/core from 1.10.1 to 1.11.0 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * regenerate --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marika Marszalkowski <marika.marszalkowski@sap.com>
1 parent 407632c commit 39994b6

File tree

9 files changed

+5523
-2635
lines changed

9 files changed

+5523
-2635
lines changed

.github/actions/changesets-fixed-version-bump/index.js

Lines changed: 1367 additions & 654 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/check-pr/index.js

Lines changed: 1379 additions & 658 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/get-changelog/index.js

Lines changed: 1379 additions & 658 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/merge-changelogs/index.js

Lines changed: 1377 additions & 656 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-packages/changesets-fixed-version-bump/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"all": "yarn && yarn run lint && yarn run compile"
1414
},
1515
"dependencies": {
16-
"@actions/core": "^1.10.1",
16+
"@actions/core": "^1.11.0",
1717
"@changesets/get-release-plan": "^4.0.4",
1818
"@sap-cloud-sdk/util": "^3.20.0",
1919
"execa": "^5.0.0",

build-packages/check-pr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"all": "yarn && yarn run lint && yarn run compile"
1616
},
1717
"dependencies": {
18-
"@actions/core": "^1.10.1",
18+
"@actions/core": "^1.11.0",
1919
"@actions/github": "^6.0.0"
2020
},
2121
"devDependencies": {

build-packages/get-changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"all": "yarn && yarn run lint && yarn run compile"
1515
},
1616
"dependencies": {
17-
"@actions/core": "^1.10.1"
17+
"@actions/core": "^1.11.0"
1818
},
1919
"devDependencies": {
2020
"@vercel/ncc": "^0.38.2",

build-packages/merge-changelogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"all": "yarn && yarn run lint && yarn run compile"
1414
},
1515
"dependencies": {
16-
"@actions/core": "^1.10.1",
16+
"@actions/core": "^1.11.0",
1717
"@manypkg/get-packages": "^2.2.2"
1818
},
1919
"devDependencies": {

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@
77
resolved "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@actions/core@^1.10.1":
11-
version "1.10.1"
12-
resolved "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a"
13-
integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==
10+
"@actions/core@^1.11.0":
11+
version "1.11.0"
12+
resolved "https://registry.npmjs.org/@actions/core/-/core-1.11.0.tgz#fdbe19cfa12c6024ab75990b11c1192628864201"
13+
integrity sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA==
1414
dependencies:
15+
"@actions/exec" "^1.1.1"
1516
"@actions/http-client" "^2.0.1"
16-
uuid "^8.3.2"
17+
18+
"@actions/exec@^1.1.1":
19+
version "1.1.1"
20+
resolved "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
21+
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
22+
dependencies:
23+
"@actions/io" "^1.0.1"
1724

1825
"@actions/github@^6.0.0":
1926
version "6.0.0"
@@ -33,6 +40,11 @@
3340
tunnel "^0.0.6"
3441
undici "^5.25.4"
3542

43+
"@actions/io@^1.0.1":
44+
version "1.1.3"
45+
resolved "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
46+
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
47+
3648
"@ampproject/remapping@^2.2.0":
3749
version "2.3.0"
3850
resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"

0 commit comments

Comments
 (0)