Skip to content

Commit 6b5f1f2

Browse files
chore(deps): Update dependency cli to v6.35.7 (#892)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.35.6` → `v6.35.7` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.35.7`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.35.7) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.35.6...cli-v6.35.7) ##### Bug Fixes - Promote H1 headings in generated CLI reference docs ([#&#8203;22553](https://redirect.github.com/cloudquery/cloudquery/issues/22553)) ([d028681](https://redirect.github.com/cloudquery/cloudquery/commit/d02868104b16095fa44776edeaed116f7353fcd3)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDguMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent fd00d3f commit 6b5f1f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: ubuntu-latest
2727
- label: "with-v-prefix"
2828
dbversion: "postgres:latest"
29-
cloudquery-version: "v6.35.6"
29+
cloudquery-version: "v6.35.7"
3030
os: ubuntu-latest
3131
fail-fast: false
3232
services:

.github/workflows/example_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup CloudQuery
4242
uses: ./.
4343
with:
44-
version: "v6.35.6"
44+
version: "v6.35.7"
4545
- name: Sync with CloudQuery
4646
run: cloudquery sync example_configs/spec.yml --log-console --shard ${{ matrix.shard }}
4747
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Setup CloudQuery
3939
with:
4040
# Required. Must be a valid SemVer version
41-
version: 'v6.35.6'
41+
version: 'v6.35.7'
4242

4343
- name: Sync with CloudQuery
4444
run: cloudquery sync [file or directories...] --log-console

0 commit comments

Comments
 (0)