Skip to content

Commit fc044ac

Browse files
committed
chore(main): release 4.1.11
1 parent ac613f3 commit fc044ac

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [4.1.11](https://github.com/cloudquery/setup-cloudquery/compare/v4.1.10...v4.1.11) (2026-02-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @actions/core to v2 ([#814](https://github.com/cloudquery/setup-cloudquery/issues/814)) ([d2034e8](https://github.com/cloudquery/setup-cloudquery/commit/d2034e8d86466cf66be5b95d6b6bebcbad1a9bf3))
9+
* **deps:** Update dependency @types/node to v22.19.7 ([#809](https://github.com/cloudquery/setup-cloudquery/issues/809)) ([13c5d4e](https://github.com/cloudquery/setup-cloudquery/commit/13c5d4ee5882e0306c189d840a17e1bcb0a23478))
10+
* **deps:** Update dependency @types/node to v24 ([#815](https://github.com/cloudquery/setup-cloudquery/issues/815)) ([783072d](https://github.com/cloudquery/setup-cloudquery/commit/783072d3ba593e423dd4b32062314fda533f54e0))
11+
* **deps:** Update dependency ora to v9 ([#816](https://github.com/cloudquery/setup-cloudquery/issues/816)) ([ac613f3](https://github.com/cloudquery/setup-cloudquery/commit/ac613f3c5927decfa5ea26dbc7698acfc58c2736))
12+
* **deps:** Update dependency p-wait-for to v6 ([#817](https://github.com/cloudquery/setup-cloudquery/issues/817)) ([303175b](https://github.com/cloudquery/setup-cloudquery/commit/303175b86ddce83305ec9f56f2adbdcf45064b21))
13+
* **deps:** Update dependency prettier to v3.8.1 ([#810](https://github.com/cloudquery/setup-cloudquery/issues/810)) ([c12b215](https://github.com/cloudquery/setup-cloudquery/commit/c12b2159219417aca9a748a7d40ffbe1921703a7))
14+
* **deps:** Update eslint packages ([#811](https://github.com/cloudquery/setup-cloudquery/issues/811)) ([6191f47](https://github.com/cloudquery/setup-cloudquery/commit/6191f474d2cd6717a05100a71948cae89cd5fed4))
15+
316
## [4.1.10](https://github.com/cloudquery/setup-cloudquery/compare/v4.1.9...v4.1.10) (2026-01-02)
417

518

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudquery/setup-cloudquery",
3-
"version": "4.1.10",
3+
"version": "4.1.11",
44
"description": "Setup CloudQuery CLI in a GitHub action environment",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)