diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bf559964ff97b..0c8656ce6f6cb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -63,7 +63,7 @@ jobs: fetch-depth: 1 - name: Get subprojects that have doc changes id: docs-changed-subprojects - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: files_yaml: | llvm: diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 5a3eedbe75deb..99e685ab7cd17 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: separator: "," skip_initial_fetch: true