From 10121b39611a5b1c2d4abaf4a1bf6986b87bc8da Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:22:10 +0000 Subject: [PATCH] chore(deps): Update dependency cli to v6.35.5 --- .github/workflows/example.yml | 2 +- .github/workflows/example_matrix.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 6e6c611b..3d79d9d9 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -26,7 +26,7 @@ jobs: os: ubuntu-latest - label: "with-v-prefix" dbversion: "postgres:latest" - cloudquery-version: "v6.35.4" + cloudquery-version: "v6.35.5" os: ubuntu-latest fail-fast: false services: diff --git a/.github/workflows/example_matrix.yml b/.github/workflows/example_matrix.yml index 8f118adc..25478a15 100644 --- a/.github/workflows/example_matrix.yml +++ b/.github/workflows/example_matrix.yml @@ -41,7 +41,7 @@ jobs: - name: Setup CloudQuery uses: ./. with: - version: "v6.35.4" + version: "v6.35.5" - name: Sync with CloudQuery run: cloudquery sync example_configs/spec.yml --log-console --shard ${{ matrix.shard }} env: diff --git a/README.md b/README.md index 46eef06a..e16ddf05 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: name: Setup CloudQuery with: # Required. Must be a valid SemVer version - version: 'v6.35.4' + version: 'v6.35.5' - name: Sync with CloudQuery run: cloudquery sync [file or directories...] --log-console