Skip to content

Commit 072e8c5

Browse files
Bump tj-actions/changed-files from 45.0.0 to 46.0.1
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.0 to 46.0.1. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@40853de...2f7c5bf) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c4620e commit 072e8c5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
33+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
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/reviewers-legal.yml

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

4343
- name: Get changed files
4444
id: changed-files
45-
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
45+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
4646
with:
4747
files: 'content/**'
4848
output_renamed_files_as_deleted_and_added: true

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

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

4747
- name: Get changed files
4848
id: changed-files
49-
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
49+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
5050
with:
5151
# No need to escape the file names because we make the output of
5252
# 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
@@ -109,7 +109,7 @@ jobs:
109109
- name: Get changed content/data files
110110
if: ${{ github.event_name == 'pull_request' }}
111111
id: changed-files
112-
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
112+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
113113
with:
114114
# No need to escape the file names because we make the output of
115115
# tj-actions/changed-files be set as an environment variable. Not

0 commit comments

Comments
 (0)