diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index eab6d9a..52edc0c 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: dbversion: ["postgres:latest"] - cloudquery-version: ["6.35.2", "v6.8.0"] + cloudquery-version: ["6.35.2", "v6.35.2"] os: [ubuntu-latest] fail-fast: false services: diff --git a/.github/workflows/example_matrix.yml b/.github/workflows/example_matrix.yml index 52e43ba..abe2f35 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.8.0" + version: "v6.35.2" - 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 2fc917f..486f769 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: name: Setup CloudQuery with: # Required. Must be a valid SemVer version - version: 'v5.25.1' + version: 'v6.35.2' - name: Sync with CloudQuery run: cloudquery sync [file or directories...] --log-console