diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7eb90f8..18033ae 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -43,7 +43,7 @@ jobs: run: git config --global --add safe.directory /__w/tinydata/tinydata - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v41 - name: Run tp tests run: scripts/github_tp_test.sh "${{ steps.changed-files.outputs.all_changed_files }}" shell: 'script -q -e -c "bash {0}"'