Skip to content

Commit

Permalink
chore(deps): bump @actions/core from 1.11.0 to 1.11.1 (#5064)
Browse files Browse the repository at this point in the history
* chore(deps): bump @actions/core from 1.11.0 to 1.11.1

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.0 to 1.11.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* compile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marika Marszalkowski <[email protected]>
  • Loading branch information
dependabot[bot] and marikaner authored Oct 9, 2024
1 parent cca4585 commit 1929e17
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/actions/changesets-fixed-version-bump/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/actions/check-pr/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/actions/get-changelog/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/actions/merge-changelogs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-packages/changesets-fixed-version-bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"all": "yarn && yarn run lint && yarn run compile"
},
"dependencies": {
"@actions/core": "^1.11.0",
"@actions/core": "^1.11.1",
"@changesets/get-release-plan": "^4.0.4",
"@sap-cloud-sdk/util": "^3.20.0",
"execa": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion build-packages/check-pr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"all": "yarn && yarn run lint && yarn run compile"
},
"dependencies": {
"@actions/core": "^1.11.0",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion build-packages/get-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"all": "yarn && yarn run lint && yarn run compile"
},
"dependencies": {
"@actions/core": "^1.11.0"
"@actions/core": "^1.11.1"
},
"devDependencies": {
"@vercel/ncc": "^0.38.2",
Expand Down
2 changes: 1 addition & 1 deletion build-packages/merge-changelogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"all": "yarn && yarn run lint && yarn run compile"
},
"dependencies": {
"@actions/core": "^1.11.0",
"@actions/core": "^1.11.1",
"@manypkg/get-packages": "^2.2.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@actions/core@^1.11.0":
version "1.11.0"
resolved "https://registry.npmjs.org/@actions/core/-/core-1.11.0.tgz#fdbe19cfa12c6024ab75990b11c1192628864201"
integrity sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA==
"@actions/core@^1.11.1":
version "1.11.1"
resolved "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172"
integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==
dependencies:
"@actions/exec" "^1.1.1"
"@actions/http-client" "^2.0.1"
Expand Down

0 comments on commit 1929e17

Please sign in to comment.