diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb548039e..f025ec57f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Get all changed files excluding docs and README id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v37 with: files_ignore: | **/*.md @@ -81,7 +81,7 @@ jobs: - name: Get all changed files excluding docs and README id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v37 with: files_ignore: | **/*.md