chore(deps): update tj-actions/changed-files action to v36 #168
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v35
->v36
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
tj-actions/changed-files
v36
Compare Source
Changes in v36.0.0
🚀 Announcing v36: Major Performance Improvements and Enhanced Functionality!
We're thrilled to announce the release of v36! This new version brings a lot of exciting improvements and sets the stage for even more progress in the future.
We've made a major upgrade from a composite action to a javascript action, which brings a number of benefits, including:
And that's just the beginning! We've also made some important changes to our inputs and outputs:
🔥🔥 BREAKING CHANGES 🔥 🔥
Inputs
json_raw_format
: We've changed this input toescape_json
, which returns unescaped values when set tofalse
.match_directories
: We've removed this input, but you can still get matching directories by settingdir_names
totrue
.diff_relative
: This input now has a default value oftrue
.files_from_source_file_separator
: We've added this input to enable using a custom separator to split filenames passed via thefiles_from_source_file
input.files_ignore_from_source_file_separator
: We've also added this input with a similar use case for thefiles_ignore_from_source_file
input.Outputs
any_(changed | modified | deleted)
: This output now always returns either atrue
orfalse
as opposed to an empty string when there are no patterns.only_(changed | modified | deleted)
: Similar changes also apply here, which now return either atrue
orfalse
.Versioning
[...]-sec
tags will no longer be created going forward, as we've introduced a new architecture that streamlines our actions.We're excited about all of these changes and can't wait for you to try them out. As always, if you have any questions or feedback, please don't hesitate to reach out!
Full Changelog: tj-actions/changed-files@v35...v36.0.0
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.
This PR has been generated by Mend Renovate. View repository job log here.