diff --git a/.github/workflows/github-actions-pullrequests.yml b/.github/workflows/github-actions-pullrequests.yml index ab290d7fbcda..d91f2ccdb558 100644 --- a/.github/workflows/github-actions-pullrequests.yml +++ b/.github/workflows/github-actions-pullrequests.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 2 # OR "2" -> To retrieve the preceding commit. - name: Get changed files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 id: changed-files - name: Save all changed files to a temp file run: |