Skip to content

Commit 7efbd54

Browse files
committed
chore(deps): Update dependency cli to v6.35.2
1 parent c0e7e8a commit 7efbd54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
dbversion: ["postgres:latest"]
22-
cloudquery-version: ["6.35.2", "v6.8.0"]
22+
cloudquery-version: ["6.35.2", "v6.35.2"]
2323
os: [ubuntu-latest]
2424
fail-fast: false
2525
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.8.0"
44+
version: "v6.35.2"
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: 'v5.25.1'
41+
version: 'v6.35.2'
4242

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

0 commit comments

Comments
 (0)