diff --git a/.github/workflows/e2e-tests-next.yml b/.github/workflows/e2e-tests-next.yml index c9e96161..36583b49 100644 --- a/.github/workflows/e2e-tests-next.yml +++ b/.github/workflows/e2e-tests-next.yml @@ -26,7 +26,7 @@ on: target_provider_version: description: "Version string written into v5 required_providers" required: false - default: "5.21.1" + default: "5.22.0" env: CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 1a80819f..aee4ccdd 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -25,7 +25,7 @@ env: # 2. `--target-provider-version` on the runner (writes this into the # generated v5 config's required_providers block) # Keep them in sync. - TARGET_PROVIDER_VERSION: "5.21.1" + TARGET_PROVIDER_VERSION: "5.22.0" CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}