diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ae989bf..faa7d6f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -105,7 +105,7 @@ jobs: # Run pip-compile pre-commit hook, which requires the network and therefore is skipped on pre-commit.ci. - if: ${{ steps.requirements.compile }} id: changed-files - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 + uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # v47.0.2 - if: ${{ steps.requirements.compile }} uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 continue-on-error: true