Skip to content

Commit

Permalink
chore: Bump dorny/paths-filter from 2.11.1 to 3.0.0 (#1887)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 31, 2024
1 parent 460d1e5 commit e2ea6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests-runner.yml
Expand Up @@ -110,7 +110,7 @@ jobs:
search_index: ${{ steps.filter.outputs.search_index == 'true' || env.mustTrigger == 'true' }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd
id: filter
if: ${{ inputs.test_group == '' && env.mustTrigger == 'false' }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration-tests.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
generic: ${{ steps.filter.outputs.generic == 'true' || env.mustTrigger == 'true' }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd
id: filter
if: ${{ inputs.test_group == '' && env.mustTrigger == 'false' }}
with:
Expand Down

0 comments on commit e2ea6c2

Please sign in to comment.