diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 104fa1521..4cbd88acc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,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/staging @@ -81,7 +81,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 @@ -91,7 +91,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-staging.*.acl