diff --git a/.github/workflows/codeowners-legal.yml b/.github/workflows/codeowners-legal.yml index 0650ddf3cd63..33012a858478 100644 --- a/.github/workflows/codeowners-legal.yml +++ b/.github/workflows/codeowners-legal.yml @@ -33,7 +33,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9 # v42.0.4 + uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.1 with: files: 'content/**' output_renamed_files_as_deleted_and_added: true diff --git a/.github/workflows/content-lint-markdown.yml b/.github/workflows/content-lint-markdown.yml index a46a3ed75f77..6193400b0a86 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@3f54ebb830831fc121d3263c1857cfbdc310cdb9 # v42.0.4 + uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.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/test-changed-content.yml b/.github/workflows/test-changed-content.yml index d8ff8231feea..eb30a56f7fe4 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@3f54ebb830831fc121d3263c1857cfbdc310cdb9 # v42.0.4 + uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.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