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