diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f9480ef9e86..039e5069a7f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -56,8 +56,7 @@ jobs: with: fetch-depth: 2 # To retrieve the preceding commit. - # TODO: change back to using dorny/paths-filter when https://github.com/dorny/paths-filter/pull/133 is implemented - - uses: mirpedrol/paths-filter@main + - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 id: filter with: filters: "tests/config/pytest_modules.yml" diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index ecf17a33383..a772dfc1db1 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -42,8 +42,7 @@ jobs: with: fetch-depth: 2 # To retrieve the preceding commit. - # TODO: change back to using dorny/paths-filter when https://github.com/dorny/paths-filter/pull/133 is implemented - - uses: mirpedrol/paths-filter@main + - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 id: filter with: filters: "tests/config/pytest_modules.yml"