diff --git a/.github/workflows/sync-api-docs.yml b/.github/workflows/sync-api-docs.yml index 0a4e7ccc87f..0749a1e9506 100644 --- a/.github/workflows/sync-api-docs.yml +++ b/.github/workflows/sync-api-docs.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files in the docs folder id: changed-files - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v41 with: files: | docs/** diff --git a/.github/workflows/sync-utils-docs.yml b/.github/workflows/sync-utils-docs.yml index d70aabf4b81..e047846ebac 100644 --- a/.github/workflows/sync-utils-docs.yml +++ b/.github/workflows/sync-utils-docs.yml @@ -74,7 +74,7 @@ jobs: - name: Get changed files in the docs folder id: changed-files - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v41 with: files: | docs/utils-reference/**