From ec92b74e40a72a81ae5e36356c5bafa4ff4ca8b7 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 18 Nov 2024 10:11:04 -0600 Subject: [PATCH] ci: Fix missed dorny/paths-filter update Co-authored-by: mashehu --- .github/workflows/lint.yml | 3 +-- .github/workflows/pytest-workflow.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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"