From 37102632adc80f15e54d9778b9ea23e746e5345d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:54:42 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 41.0.1 to 42.0.0 (#48844) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/content-lint-markdown.yml | 2 +- .github/workflows/test-changed-content.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/content-lint-markdown.yml b/.github/workflows/content-lint-markdown.yml index 2e08f2a82d45..b86f73e87193 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@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1 + uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0 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/test-changed-content.yml b/.github/workflows/test-changed-content.yml index d6b2e551b6a6..0e4c5fdc9437 100644 --- a/.github/workflows/test-changed-content.yml +++ b/.github/workflows/test-changed-content.yml @@ -45,7 +45,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1 + uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0 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