Skip to content

Commit 5d24246

Browse files
chore(deps): update tj-actions/changed-files action to v47.0.1 (#2001)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f8e8e4 commit 5d24246

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/next-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# check changes in this commit for regex include and exclude matches
3333
- name: Get changed files
3434
id: changed-files
35-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
35+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
3636
with:
3737
files: |
3838
.github/workflows/next-container-build.yaml

.github/workflows/pr-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# check changes in this commit for regex include and exclude matches
5656
- name: Get changed files
5757
id: changed-files
58-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
58+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
5959
with:
6060
files: |
6161
.github/workflows/pr-container-build.yaml

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# check changes in this commit for regex include and exclude matches
3838
- name: Get changed files
3939
id: changed-files
40-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
40+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
4141
with:
4242
files: |
4343
.github/workflows/pr.yaml

0 commit comments

Comments
 (0)