diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6078bcd10..b7ff8864a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -241,13 +241,13 @@ jobs: fetch-depth: 0 - name: Check if files changed in the _distutils folder id: changed-files-specific-distutils - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v46 with: files: | setuptools/_distutils/** - name: Check if files changed in the _vendor folder id: changed-files-specific-vendor - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v46 with: files: | setuptools/_vendor/**