chore(deps): update dorny/paths-filter action to v4 (#35)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dorny/paths-filter](https://github.com/dorny/paths-filter) | action | major | `v3.0.2` → `v4.0.1` | --- ### Release Notes <details> <summary>dorny/paths-filter (dorny/paths-filter)</summary> ### [`v4.0.1`](https://github.com/dorny/paths-filter/releases/tag/v4.0.1) [Compare Source](https://github.com/dorny/paths-filter/compare/v4.0.0...v4.0.1) #### What's Changed - Support merge queue by [@​masaru-iritani](https://github.com/masaru-iritani) in [#​255](https://github.com/dorny/paths-filter/pull/255) #### New Contributors - [@​masaru-iritani](https://github.com/masaru-iritani) made their first contribution in [#​255](https://github.com/dorny/paths-filter/pull/255) **Full Changelog**: <https://github.com/dorny/paths-filter/compare/v4.0.0...v4.0.1> ### [`v4.0.0`](https://github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://github.com/dorny/paths-filter/compare/v3.0.3...v4.0.0) - [Update action runtime to node24](https://github.com/dorny/paths-filter/pull/294) ### [`v3.0.3`](https://github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v303) [Compare Source](https://github.com/dorny/paths-filter/compare/v3.0.2...v3.0.3) - [Add missing predicate-quantifier](https://github.com/dorny/paths-filter/pull/279) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=--> Reviewed-on: #35 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
This commit was merged in pull request #35.
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: filter
|
||||
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
||||
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
|
||||
with:
|
||||
filters: |
|
||||
code:
|
||||
|
||||
Reference in New Issue
Block a user