Skip to content

Commit 207173b

Browse files
chore(main): release 5.0.2
1 parent a3fa8fa commit 207173b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.1"
2+
".": "5.0.2"
33
}

CHANGELOG.md

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

3+
## [5.0.2](https://github.com/cloudquery/setup-cloudquery/compare/v5.0.1...v5.0.2) (2026-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update commitlint monorepo to v20.5.0 ([#872](https://github.com/cloudquery/setup-cloudquery/issues/872)) ([bb885e7](https://github.com/cloudquery/setup-cloudquery/commit/bb885e78f9c077c499b37edb5fd7724350fc2631))
9+
* **deps:** Update dependency @types/pg to v8.20.0 ([#873](https://github.com/cloudquery/setup-cloudquery/issues/873)) ([a3fa8fa](https://github.com/cloudquery/setup-cloudquery/commit/a3fa8fa62dd73a60bbc97bc15cfc8f4b3711e5ba))
10+
* **deps:** Update eslint packages to v8.57.2 ([#871](https://github.com/cloudquery/setup-cloudquery/issues/871)) ([a9e85f2](https://github.com/cloudquery/setup-cloudquery/commit/a9e85f233811d7f6b8c029c594986b5dc64feb11))
11+
312
## [5.0.1](https://github.com/cloudquery/setup-cloudquery/compare/v5.0.0...v5.0.1) (2026-03-31)
413

514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
role-to-assume: <role-arn>
3535
aws-region: <region>
3636

37-
- uses: cloudquery/setup-cloudquery@2620adc39fb9c21dfbbd5a5ab12d2520fb710429 # v5.0.1 # x-release-please-version
37+
- uses: cloudquery/setup-cloudquery@2620adc39fb9c21dfbbd5a5ab12d2520fb710429 # v5.0.2 # x-release-please-version
3838
name: Setup CloudQuery
3939
with:
4040
# Required. Must be a valid SemVer version

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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Setup CloudQuery CLI in a GitHub action environment",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)