We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7e8d1 commit 86c663cCopy full SHA for 86c663c
.github/workflows/ci-e2e-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: ./.github/actions/setup-python
42
- name: Run lint
43
uses: ./.github/actions/lint
44
- - uses: dorny/paths-filter@v2
+ - uses: dorny/paths-filter@v3
45
id: filter
46
with:
47
filters: ./.github/changes-filter.yaml
.github/workflows/ci-unit-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
integration_tests: ${{ steps.filter.outputs.integration_tests }}
23
steps:
24
- uses: actions/checkout@v4
25
26
27
28
0 commit comments