diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 3cd3784..d5f089c 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -21,7 +21,7 @@ jobs: run: pre-commit run --all-files || true - name: Detect changes id: changed - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 + uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5 - name: Commit fixes if: steps.changed.outputs.any_modified == 'true' run: |