diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 26d49f0b1f4d2..693833e74af5f 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -32,7 +32,7 @@ jobs: # This is faster for a big repo. - name: Get all changed php files (if PR) id: changed-php - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 if: env.gh_event == 'pull_request' with: files: | @@ -101,7 +101,7 @@ jobs: # The next uses git, which is slow for a bit repo. # - name: Get all changed php files (if PR) # id: changed-php - # uses: tj-actions/changed-files@v45 + # uses: tj-actions/changed-files@v46 # if: env.gh_event == 'pull_request' # with: # files: |