diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index c53c7609b..eb2f728b4 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v18.2 + uses: tj-actions/changed-files@v41 with: files_ignore: '.github/**' - name: List all changed files