diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index f99c1ce9..83ddf37c 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.40.1" + cloudquery-version: "v6.41.0" os: ubuntu-latest fail-fast: false services: diff --git a/.github/workflows/example_matrix.yml b/.github/workflows/example_matrix.yml index b52ccceb..49629f62 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.40.1" + version: "v6.41.0" - 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 2a601543..e0e0283a 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.40.1' + version: 'v6.41.0' - name: Sync with CloudQuery run: cloudquery sync [file or directories...] --log-console