From 072e8c53b0242202151301d73e764d216286a9fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 06:30:06 +0000 Subject: [PATCH] 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](https://github.com/tj-actions/changed-files/compare/40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4...2f7c5bfce28377bc069a65ba478de0a74aa0ca32) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/content-lint-markdown.yml | 2 +- .github/workflows/reviewers-legal.yml | 2 +- .github/workflows/test-changed-content.yml | 2 +- .github/workflows/validate-github-github-docs-urls.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/content-lint-markdown.yml b/.github/workflows/content-lint-markdown.yml index 80490a9440d7..4716f16a3c17 100644 --- a/.github/workflows/content-lint-markdown.yml +++ b/.github/workflows/content-lint-markdown.yml @@ -30,7 +30,7 @@ jobs: - name: Get changed content/data files id: changed-files - uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0 + uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1 with: # No need to escape the file names because we make the output of # tj-actions/changed-files be set as an environment variable. Not diff --git a/.github/workflows/reviewers-legal.yml b/.github/workflows/reviewers-legal.yml index f49d6e569be5..90736367341b 100644 --- a/.github/workflows/reviewers-legal.yml +++ b/.github/workflows/reviewers-legal.yml @@ -42,7 +42,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0 + uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1 with: files: 'content/**' output_renamed_files_as_deleted_and_added: true diff --git a/.github/workflows/test-changed-content.yml b/.github/workflows/test-changed-content.yml index a9b3b590f980..bcdecc397803 100644 --- a/.github/workflows/test-changed-content.yml +++ b/.github/workflows/test-changed-content.yml @@ -46,7 +46,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0 + uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1 with: # No need to escape the file names because we make the output of # tj-actions/changed-files be set as an environment variable. Not diff --git a/.github/workflows/validate-github-github-docs-urls.yml b/.github/workflows/validate-github-github-docs-urls.yml index c1df3d211661..06808e235637 100644 --- a/.github/workflows/validate-github-github-docs-urls.yml +++ b/.github/workflows/validate-github-github-docs-urls.yml @@ -109,7 +109,7 @@ jobs: - name: Get changed content/data files if: ${{ github.event_name == 'pull_request' }} id: changed-files - uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0 + uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1 with: # No need to escape the file names because we make the output of # tj-actions/changed-files be set as an environment variable. Not