diff --git a/ci/purge_expired_questionnaire_state.yaml b/ci/purge_expired_questionnaire_state.yaml index 09de46a127..5228e3ab38 100644 --- a/ci/purge_expired_questionnaire_state.yaml +++ b/ci/purge_expired_questionnaire_state.yaml @@ -6,7 +6,7 @@ image_resource: params: SERVICE_ACCOUNT_JSON: ((gcp.service_account_json)) PROJECT_ID: - DATAFLOW_TEMPLATE_VERSION: '2021-11-12-00_RC00' + DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01' run: path: bash args: diff --git a/ci/purge_expired_sessions.yaml b/ci/purge_expired_sessions.yaml index e4d1d66955..c8f4f72026 100644 --- a/ci/purge_expired_sessions.yaml +++ b/ci/purge_expired_sessions.yaml @@ -6,7 +6,7 @@ image_resource: params: SERVICE_ACCOUNT_JSON: ((gcp.service_account_json)) PROJECT_ID: - DATAFLOW_TEMPLATE_VERSION: '2021-11-12-00_RC00' + DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01' EXPIRES_AT_PURGE_OFFSET_IN_SECONDS: 10800 run: path: bash diff --git a/ci/purge_submitted_questionnaire_state.yaml b/ci/purge_submitted_questionnaire_state.yaml index 8d992aed52..0c9855f1e3 100644 --- a/ci/purge_submitted_questionnaire_state.yaml +++ b/ci/purge_submitted_questionnaire_state.yaml @@ -6,7 +6,7 @@ image_resource: params: SERVICE_ACCOUNT_JSON: ((gcp.service_account_json)) PROJECT_ID: - DATAFLOW_TEMPLATE_VERSION: '2021-11-12-00_RC00' + DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01' SUBMITTED_AT_PURGE_OFFSET_IN_SECONDS: 3600 run: path: bash