Skip to content

Commit e2ea6c2

Browse files
chore: Bump dorny/paths-filter from 2.11.1 to 3.0.0 (#1887)
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@4512585...0bc4621) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 460d1e5 commit e2ea6c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/acceptance-tests-runner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
search_index: ${{ steps.filter.outputs.search_index == 'true' || env.mustTrigger == 'true' }}
111111
steps:
112112
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
113-
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
113+
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd
114114
id: filter
115115
if: ${{ inputs.test_group == '' && env.mustTrigger == 'false' }}
116116
with:

.github/workflows/migration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
generic: ${{ steps.filter.outputs.generic == 'true' || env.mustTrigger == 'true' }}
6767
steps:
6868
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
69-
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
69+
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd
7070
id: filter
7171
if: ${{ inputs.test_group == '' && env.mustTrigger == 'false' }}
7272
with:

0 commit comments

Comments
 (0)