From 8aa3683e7397c7655d0118efb26e4af3ece60b2e Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Tue, 25 Jun 2024 10:59:59 -0700 Subject: [PATCH] Upgrade from v41 to v44 in demo and prod deploy workflows --- .github/workflows/deploy-demo.yml | 6 +++--- .github/workflows/deploy-prod.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 945540b19..b562131db 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -18,7 +18,7 @@ jobs: - name: Check for changes to Terraform id: changed-terraform-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v44 with: files: | terraform/demo @@ -76,7 +76,7 @@ jobs: - name: Check for changes to templates.json id: changed-templates - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v44 with: files: | app/config_files/templates.json @@ -86,7 +86,7 @@ jobs: - name: Check for changes to egress config id: changed-egress-config - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v44 with: files: | deploy-config/egress_proxy/notify-api-demo.*.acl diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 20d452b4a..fa5036457 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -22,7 +22,7 @@ jobs: - name: Check for changes to Terraform id: changed-terraform-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v44 with: files: | terraform/production @@ -80,7 +80,7 @@ jobs: - name: Check for changes to templates.json id: changed-templates - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v44 with: files: | app/config_files/templates.json @@ -90,7 +90,7 @@ jobs: - name: Check for changes to egress config id: changed-egress-config - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v44 with: files: | deploy-config/egress_proxy/notify-api-production.*.acl