diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 97ef8ed..949582d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: "**/*.py" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2e6cbc..1c50626 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: "**/*.py" diff --git a/.github/workflows/tests_docs.yml b/.github/workflows/tests_docs.yml index 45aa549..eaafdb0 100644 --- a/.github/workflows/tests_docs.yml +++ b/.github/workflows/tests_docs.yml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: "docs/*"