Skip to content

Commit 1b21771

Browse files
Bump tj-actions/changed-files from 44.0.1 to 44.5.0 (#50746)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37a16de commit 1b21771

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeowners-legal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Get changed files
3535
id: changed-files
36-
uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
36+
uses: tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
3737
with:
3838
files: 'content/**'
3939
output_renamed_files_as_deleted_and_added: true

.github/workflows/content-lint-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Get changed content/data files
3232
id: changed-files
33-
uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
33+
uses: tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
3434
with:
3535
# No need to escape the file names because we make the output of
3636
# tj-actions/changed-files be set as an environment variable. Not

.github/workflows/test-changed-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Get changed files
4747
id: changed-files
48-
uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
48+
uses: tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
4949
with:
5050
# No need to escape the file names because we make the output of
5151
# tj-actions/changed-files be set as an environment variable. Not

.github/workflows/validate-github-github-docs-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Get changed content/data files
109109
if: ${{ github.event_name == 'pull_request' }}
110110
id: changed-files
111-
uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
111+
uses: tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
112112
with:
113113
# No need to escape the file names because we make the output of
114114
# tj-actions/changed-files be set as an environment variable. Not

0 commit comments

Comments
 (0)