Skip to content

Commit 1231451

Browse files
chore(deps): update dorny/paths-filter digest to 7b450ff (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d4a139 commit 1231451

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cpp: ${{ steps.cppfilter.outputs.cpp }}
2222
steps:
2323
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
24-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
24+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
2525
id: filter
2626
with:
2727
predicate-quantifier: every
@@ -31,7 +31,7 @@ jobs:
3131
- '!**/*.md'
3232
# Separate OR-filter (default quantifier) for the C++ sources the clang-tidy
3333
# gate lints, so it skips (and the ok gate stays green) on non-C++ PRs.
34-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
34+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
3535
id: cppfilter
3636
with:
3737
filters: |

0 commit comments

Comments
 (0)