Skip to content

Commit

Permalink
Bump dorny/paths-filter from 2.12.0 to 3.0.0 (#194)
Browse files Browse the repository at this point in the history
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.12.0 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@v2.12.0...v3.0.0)

---
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] authored Jan 26, 2024
1 parent 46e970f commit 05db2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
scripts: ${{ steps.filter.outputs.scripts }}
steps:
- uses: actions/checkout@v4.1.1
- uses: dorny/paths-filter@v2.12.0
- uses: dorny/paths-filter@v3.0.0
if: ${{ !env.ACT }}
id: filter
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
environments: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v4.1.1
- uses: dorny/paths-filter@v2.12.0
- uses: dorny/paths-filter@v3.0.0
if: ${{ !env.ACT }}
id: filter
with:
Expand Down

0 comments on commit 05db2dc

Please sign in to comment.