Skip to content

Commit 968b19b

Browse files
authored
fix(deps): Update dependency @actions/core to v1.11.1 (#606)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@actions/core](https://togithub.com/actions/toolkit/tree/main/packages/core) ([source](https://togithub.com/actions/toolkit/tree/HEAD/packages/core)) | dependencies | minor | [`1.10.1` -> `1.11.1`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.10.1/1.11.1) | --- ### Release Notes <details> <summary>actions/toolkit (@&#8203;actions/core)</summary> ### [`v1.11.1`](https://togithub.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#1111) - Fix uses of `crypto.randomUUID` on Node 18 and earlier [#&#8203;1842](https://togithub.com/actions/toolkit/pull/1842) ### [`v1.11.0`](https://togithub.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#1110) - Add platform info utilities [#&#8203;1551](https://togithub.com/actions/toolkit/pull/1551) - Remove dependency on `uuid` package [#&#8203;1824](https://togithub.com/actions/toolkit/pull/1824) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 1f3b381 commit 968b19b

File tree

2 files changed

+38
-25
lines changed

2 files changed

+38
-25
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/cloudquery/setup-cloudquery#readme",
2626
"dependencies": {
27-
"@actions/core": "1.10.1",
27+
"@actions/core": "1.11.1",
2828
"chalk": "5.3.0",
2929
"execa": "8.0.1",
3030
"node-fetch": "^3.3.2",

0 commit comments

Comments
 (0)