diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cf77ee2..be5ad59 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@v45 + uses: tj-actions/changed-files@v46 with: files: "**/*.py"