From 19e68b6bff9a5fe6a3e89221023af96f96ba024a Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Tue, 2 Mar 2021 11:39:23 -0500 Subject: [PATCH] Bump production to 0.76.0 (#208) --- .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 }}