Skip to content

Commit

Permalink
fix(deps): Update dependency @actions/core to v1.9.0 (#34)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@actions/core](https://togithub.com/actions/toolkit) | dependencies | minor | [`^1.8.2` -> `1.9.0`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.8.2/1.9.0) |

---

### Release Notes

<details>
<summary>actions/toolkit</summary>

### [`v1.9.0`](https://togithub.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#&#8203;190)

-   Added `toPosixPath`, `toWin32Path` and `toPlatformPath` utilities [#&#8203;1102](https://togithub.com/actions/toolkit/pull/1102)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot committed Jul 3, 2022
1 parent 5edeb97 commit e8ad3c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/cloudquery/setup-cloudquery#readme",
"dependencies": {
"@actions/core": "^1.8.2",
"@actions/core": "1.9.0",
"@actions/github": "^5.0.3",
"chalk": "^5.0.0",
"execa": "^6.0.0",
Expand Down

0 comments on commit e8ad3c4

Please sign in to comment.