From c7f7f027cb9cfcddcc2713574bf5aa89ed7d9689 Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Tue, 2 Mar 2021 10:13:12 -0500 Subject: [PATCH] Bump production to 0.76.0 --- .github/workflows/merge_to_main_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_to_main_production.yml b/.github/workflows/merge_to_main_production.yml index 362cdbcb3..37768e809 100644 --- a/.github/workflows/merge_to_main_production.yml +++ b/.github/workflows/merge_to_main_production.yml @@ -16,7 +16,7 @@ env: # Set the GitHub tag here to update the infrastructure # to a new version in production # See https://github.com/cds-snc/notification-terraform/releases - INFRASTRUCTURE_VERSION: '0.74.0' + INFRASTRUCTURE_VERSION: '0.76.0' # Terraform environment variables AWS_ACCESS_KEY_ID: ${{ secrets.PRODUCTION_AWS_ACCESS_KEY_ID }}