Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-actions: bump tj-actions/changed-files from 35 to 36 #25

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2023

Bumps tj-actions/changed-files from 35 to 36.

Release notes

Sourced from tj-actions/changed-files's releases.

v36

Changes in v36.0.2

What's Changed

Full Changelog: tj-actions/changed-files@v36...v36.0.2


Changes in v36.0.1

What's Changed

Full Changelog: tj-actions/changed-files@v36...v36.0.1


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:

  • Performance improvements: We've made significant enhancements to glob filtering, with more improvements on the horizon.
  • Verbose logging: We now provide detailed logs to help you better understand what's happening behind the scenes.
  • Clean abstractions/maintainability: Our new architecture is more modular and easier to maintain.
  • Reduced complexity: All functionality is now managed in this project, making it easier for you to use and understand.
  • Improved output file storage: We've made it easier to store output files for further processing.

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 to escape_json, which returns unescaped values when set to false.
  • match_directories: We've removed this input, but you can still get matching directories by setting dir_names to true.
  • diff_relative: This input now has a default value of true.
  • files_from_source_file_separator: We've added this input to enable using a custom separator to split filenames passed via the files_from_source_file input.
  • files_ignore_from_source_file_separator: We've also added this input with a similar use case for the files_ignore_from_source_file input.

Outputs

  • any_(changed | modified | deleted): This output now always returns either a true or false as opposed to an empty string when there are no patterns.
  • only_(changed | modified | deleted): Similar changes also apply here, which now return either a true or false.

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

36.0.2 - (2023-05-25)

🐛 Bug Fixes

  • Update test to include push event (#1173) (abef388) - (Tonye Jack)
  • Fixed bug retrieving older commits (30e1bb0) - (Tonye Jack)
  • Bug with retrieving submodules (#1172) (9fdfe4c) - (Tonye Jack)
  • Bug with retrieving submodules (#1171) (024242f) - (Tonye Jack)

⬆️ Upgrades

  • Upgraded to v36.0.1 (#1170)

Co-authored-by: jackton1 [email protected] (ecdfb9c) - (tj-actions[bot])

36.0.1 - (2023-05-25)

🐛 Bug Fixes

  • Bug with retrieving submodules (#1169) (1c2673b) - (Tonye Jack)

⬆️ Upgrades

  • Upgraded to v36 (#1168)

Co-authored-by: jackton1 [email protected] (4e23a96) - (tj-actions[bot])

36.0.0 - (2023-05-25)

🚀 Features

  • Update action to nodejs (#1159) (413fd78) - (tj-actions[bot])

🔄 Update

  • Updated README.md (#1166)

Co-authored-by: jackton1 [email protected] (53c377a) - (tj-actions[bot])

  • Update action.yml (9d2dd83) - (Tonye Jack)
  • Update sync-release-version.yml (fd208a9) - (Tonye Jack)
  • Updated README.md (#1160)

Co-authored-by: tj-actions-bot [email protected] (088aefc) - (tj-actions[bot])

  • Update README.md (be61785) - (tj-actions[bot])
  • Updated README.md (#1125)

Co-authored-by: repo-ranger[bot] (32778a6) - (Tonye Jack)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 36.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v35...v36)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 26, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2023

Superseded by #29.

@dependabot dependabot bot closed this Jun 26, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/tj-actions/changed-files-36 branch June 26, 2023 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants