diff --git a/.github/workflows/readability.yml b/.github/workflows/readability.yml index 41467ecdd1..f9e5cee30d 100644 --- a/.github/workflows/readability.yml +++ b/.github/workflows/readability.yml @@ -14,7 +14,9 @@ jobs: uses: actions/checkout@v3 - name: Get changed files. id: changed-files - uses: tj-actions/changed-files@v23.2 + uses: tj-actions/changed-files@v40 + with: + files: source/sdk/** - name: List changed files (debugging log statement). run: | echo ${{ steps.changed-files.outputs.all_changed_files }}