Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c12f35d

Browse files
authored
chore(deps): Update dependency cli to v6.28.1 (#21351)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.28.0` -> `v6.28.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.28.1`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.28.1) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.28.0...cli-v6.28.1) ##### Bug Fixes - Sync Summary: Table duration data in destinations ([#&#8203;21349](https://redirect.github.com/cloudquery/cloudquery/issues/21349)) ([37eebef](https://redirect.github.com/cloudquery/cloudquery/commit/37eebef0752e6e219d3a318beaef3b2d804f1729)) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] 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).
1 parent 585a20c commit c12f35d

10 files changed

+15
-15
lines changed

.github/workflows/manual_commands_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup CloudQuery
3333
uses: cloudquery/setup-cloudquery@v4
3434
with:
35-
version: v6.28.0
35+
version: v6.28.1
3636

3737
- name: Set up Go 1.x
3838
uses: actions/setup-go@v5

.github/workflows/publish_plugin_to_hub.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: needs.prepare.outputs.ui_dir_arg != ''
120120
uses: cloudquery/setup-cloudquery@v4
121121
with:
122-
version: v6.28.0
122+
version: v6.28.1
123123

124124
- name: Build
125125
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -244,7 +244,7 @@ jobs:
244244
- name: Setup CloudQuery
245245
uses: cloudquery/setup-cloudquery@v4
246246
with:
247-
version: v6.28.0
247+
version: v6.28.1
248248

249249
- name: Publish plugin to hub
250250
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -345,7 +345,7 @@ jobs:
345345
- name: Setup CloudQuery
346346
uses: cloudquery/setup-cloudquery@v4
347347
with:
348-
version: v6.28.0
348+
version: v6.28.1
349349

350350
- name: Publish plugin to hub
351351
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -440,7 +440,7 @@ jobs:
440440
- name: Setup CloudQuery
441441
uses: cloudquery/setup-cloudquery@v4
442442
with:
443-
version: v6.28.0
443+
version: v6.28.1
444444

445445
- name: Publish plugin to hub
446446
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -541,7 +541,7 @@ jobs:
541541
- name: Setup CloudQuery
542542
uses: cloudquery/setup-cloudquery@v4
543543
with:
544-
version: v6.28.0
544+
version: v6.28.1
545545

546546
- name: Publish plugin to hub
547547
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_duckdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Setup CloudQuery
155155
uses: cloudquery/setup-cloudquery@v4
156156
with:
157-
version: v6.28.0
157+
version: v6.28.1
158158

159159
- name: Publish plugin to hub
160160
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_fips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Setup CloudQuery
115115
uses: cloudquery/setup-cloudquery@v4
116116
with:
117-
version: v6.28.0
117+
version: v6.28.1
118118

119119
- name: Publish plugin to hub
120120
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_snowflake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Setup CloudQuery
157157
uses: cloudquery/setup-cloudquery@v4
158158
with:
159-
version: v6.28.0
159+
version: v6.28.1
160160

161161
- name: Publish plugin to hub
162162
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Setup CloudQuery
155155
uses: cloudquery/setup-cloudquery@v4
156156
with:
157-
version: v6.28.0
157+
version: v6.28.1
158158

159159
- name: Publish plugin to hub
160160
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_ui_dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup CloudQuery
9292
uses: cloudquery/setup-cloudquery@v4
9393
with:
94-
version: v6.28.0
94+
version: v6.28.1
9595

9696
- name: Build UI for ${{ matrix.plugin.dir }}
9797
working-directory: ${{ matrix.plugin.ui }}

.github/workflows/source_hackernews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name == 'pull_request'
4545
uses: cloudquery/setup-cloudquery@v4
4646
with:
47-
version: v6.28.0
47+
version: v6.28.1
4848
- name: gen
4949
if: github.event_name == 'pull_request'
5050
run: make gen

.github/workflows/source_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name == 'pull_request'
4545
uses: cloudquery/setup-cloudquery@v4
4646
with:
47-
version: v6.28.0
47+
version: v6.28.1
4848
- name: gen
4949
if: github.event_name == 'pull_request'
5050
run: make gen

.github/workflows/source_xkcd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name == 'pull_request'
4545
uses: cloudquery/setup-cloudquery@v4
4646
with:
47-
version: v6.28.0
47+
version: v6.28.1
4848
- name: gen
4949
if: github.event_name == 'pull_request'
5050
run: make gen
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup CloudQuery
7575
uses: cloudquery/setup-cloudquery@v4
7676
with:
77-
version: v6.28.0
77+
version: v6.28.1
7878
- name: Build
7979
run: go build .
8080
- name: Use Node.js LTS

0 commit comments

Comments
 (0)