sarvex / zero

0 stars 0 forks source link

Update tj-actions/changed-files action to v42 #14

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tj-actions/changed-files action major 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.