Skip to content

Commit

Permalink
build(deps): bump dorny/paths-filter from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3.
- [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...v3)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and 3v1n0 committed Mar 22, 2024
1 parent 592dcfd commit ad31130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt install scour
- name: Check Source changes
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: check-changed
with:
base: ${{ steps.env.outputs.push-branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-pr-on-rendered-icons-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "::set-output name=push-branch::auto-rendered-icons"
- name: Check Source changes
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: check-changed
with:
base: ${{ steps.env.outputs.push-branch }}
Expand Down

0 comments on commit ad31130

Please sign in to comment.