tj-actions/changed-files (tj-actions/changed-files)
### [`v42`](https://togithub.com/tj-actions/changed-files/releases/tag/v42)
[Compare Source](https://togithub.com/tj-actions/changed-files/compare/v41...v42)
### Changes in v42.0.0
#### π₯π₯ BREAKING CHANGE π₯π₯
- Input file patterns that end with a `/` would now match all sub-files within the directory without requiring you to specify the globstar pattern.
#####
```yaml
...
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v42
with:
files: 'dir/' # Would also be the same as dir/**
```
#### What's Changed
- Upgraded to v41.1.2 by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1869](https://togithub.com/tj-actions/changed-files/pull/1869)
- chore(deps): update dependency prettier to v3.2.4 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1871](https://togithub.com/tj-actions/changed-files/pull/1871)
- fix: update input warning by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1870](https://togithub.com/tj-actions/changed-files/pull/1870)
- rename: unsupported REST API inputs constant name by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1872](https://togithub.com/tj-actions/changed-files/pull/1872)
- feat: add support for include/exclude all nested files when a directory is specified and ends with a slash by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1873](https://togithub.com/tj-actions/changed-files/pull/1873)
**Full Changelog**: https://github.com/tj-actions/changed-files/compare/v41...v42.0.0
***
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v41
->v42
Release Notes
tj-actions/changed-files (tj-actions/changed-files)
### [`v42`](https://togithub.com/tj-actions/changed-files/releases/tag/v42) [Compare Source](https://togithub.com/tj-actions/changed-files/compare/v41...v42) ### Changes in v42.0.0 #### π₯π₯ BREAKING CHANGE π₯π₯ - Input file patterns that end with a `/` would now match all sub-files within the directory without requiring you to specify the globstar pattern. ##### ```yaml ... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v42 with: files: 'dir/' # Would also be the same as dir/** ``` #### What's Changed - Upgraded to v41.1.2 by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1869](https://togithub.com/tj-actions/changed-files/pull/1869) - chore(deps): update dependency prettier to v3.2.4 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1871](https://togithub.com/tj-actions/changed-files/pull/1871) - fix: update input warning by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1870](https://togithub.com/tj-actions/changed-files/pull/1870) - rename: unsupported REST API inputs constant name by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1872](https://togithub.com/tj-actions/changed-files/pull/1872) - feat: add support for include/exclude all nested files when a directory is specified and ends with a slash by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1873](https://togithub.com/tj-actions/changed-files/pull/1873) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v41...v42.0.0 ***Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.