Bump tj-actions/changed-files from 34 to 41 in /.github/workflows

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-02 16:47:32 +00:00
committed by GitHub
parent d14120a215
commit e92f235624
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Check for changes to Terraform
id: changed-terraform-files
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
terraform/demo
@@ -73,7 +73,7 @@ jobs:
- name: Check for changes to egress config
id: changed-egress-config
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
deploy-config/egress_proxy/notify-api-demo.*.acl

View File

@@ -22,7 +22,7 @@ jobs:
- name: Check for changes to Terraform
id: changed-terraform-files
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
terraform/production
@@ -77,7 +77,7 @@ jobs:
- name: Check for changes to egress config
id: changed-egress-config
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
deploy-config/egress_proxy/notify-api-production.*.acl

View File

@@ -23,7 +23,7 @@ jobs:
- name: Check for changes to Terraform
id: changed-terraform-files
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
terraform/staging
@@ -78,7 +78,7 @@ jobs:
- name: Check for changes to egress config
id: changed-egress-config
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
deploy-config/egress_proxy/notify-api-staging.*.acl