diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9842e30..4dcc53d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Get changed python files id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: "**/*.py"