Skip to content

Commit

Permalink
chore(main): release 3.0.10 (#360)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.0.10](v3.0.9...v3.0.10) (2023-10-01)


### Bug Fixes

* **deps:** Update dependency @actions/core to v1.10.1 ([#359](#359)) ([3a80e53](3a80e53))
* **deps:** Update dependency @commitlint/cli to v17.7.2 ([#361](#361)) ([6a2dff0](6a2dff0))
* **deps:** Update dependency @types/node to v18.18.1 ([#364](#364)) ([005b43d](005b43d))
* **deps:** Update dependency @types/pg to v8.10.3 ([#362](#362)) ([2e35524](2e35524))
* **deps:** Update dependency @types/semver to v7.5.3 ([#363](#363)) ([bbb1022](bbb1022))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Oct 2, 2023
1 parent 005b43d commit aec5d75
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.10](https://github.com/cloudquery/setup-cloudquery/compare/v3.0.9...v3.0.10) (2023-10-01)


### Bug Fixes

* **deps:** Update dependency @actions/core to v1.10.1 ([#359](https://github.com/cloudquery/setup-cloudquery/issues/359)) ([3a80e53](https://github.com/cloudquery/setup-cloudquery/commit/3a80e53fbf1d009dc20928f2e11fec1ce72e53bf))
* **deps:** Update dependency @commitlint/cli to v17.7.2 ([#361](https://github.com/cloudquery/setup-cloudquery/issues/361)) ([6a2dff0](https://github.com/cloudquery/setup-cloudquery/commit/6a2dff07e1c4109784c0a89eb1477d42576fd01c))
* **deps:** Update dependency @types/node to v18.18.1 ([#364](https://github.com/cloudquery/setup-cloudquery/issues/364)) ([005b43d](https://github.com/cloudquery/setup-cloudquery/commit/005b43dce39e08c7a9aac114e55db000364f4751))
* **deps:** Update dependency @types/pg to v8.10.3 ([#362](https://github.com/cloudquery/setup-cloudquery/issues/362)) ([2e35524](https://github.com/cloudquery/setup-cloudquery/commit/2e355247b5c2abc9923df0ba9d96f820b2e5ca3d))
* **deps:** Update dependency @types/semver to v7.5.3 ([#363](https://github.com/cloudquery/setup-cloudquery/issues/363)) ([bbb1022](https://github.com/cloudquery/setup-cloudquery/commit/bbb10223b7b09c3e3f30d045292deb27b369ce1f))

## [3.0.9](https://github.com/cloudquery/setup-cloudquery/compare/v3.0.8...v3.0.9) (2023-09-07)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ class OidcClient {
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@cloudquery/setup-cloudquery",
"version": "3.0.9",
"version": "3.0.10",
"description": "Setup CloudQuery CLI in a GitHub action environment",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit aec5d75

Please sign in to comment.