diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index 4f47128..85e7b40 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -27,7 +27,7 @@ jobs: with: python-version: "3.10" - - uses: tj-actions/changed-files@v41.0.1 + - uses: tj-actions/changed-files@v41.1.1 id: changed-files - if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'full pre-commit') }}