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

chore(deps): update tj-actions/changed-files action to v43 #2821

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tj-actions/changed-files action major v41 -> v43

Release Notes

tj-actions/changed-files (tj-actions/changed-files)

v43

Compare Source

Changes in v43.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

  • any_{changed, modified, deleted} outputs now return true when no file/directory patterns are specified.

What's Changed

Full Changelog: tj-actions/changed-files@v42...v43.0.0


v42

Compare Source

Changes in v42.1.0

🚀 🚀 New Feature 🚀 🚀

  • Use changed-files output to run matrix jobs by simply setting the new matrix input to true.

This serves as an alias for setting the json input to true and the escape_json input to false

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
           matrix: true

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.1.0


Changes in v42.0.7

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.7


Changes in v42.0.6

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.6


Changes in v42.0.5

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.5


Changes in v42.0.4

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.4


Changes in v42.0.3

What's Changed

New Contributors

Full Changelog: tj-actions/changed-files@v42...v42.0.3


Changes in v42.0.2

What's Changed

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


Changes in v42.0.1

What's Changed

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


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.
...
      - 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

Full Changelog: tj-actions/changed-files@v41...v42.0.0



Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Zurich, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner March 20, 2024 08:04
@renovate renovate bot added the 🛠️ workflows GitHub Actions label Mar 20, 2024
@renovate renovate bot requested a review from oliverschuerch March 20, 2024 08:04
Copy link

changeset-bot bot commented Mar 20, 2024

⚠️ No Changeset found

Latest commit: fd3f6f1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

sonarcloud bot commented Mar 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@imagoiq imagoiq merged commit 5a85744 into main Mar 20, 2024
4 checks passed
@imagoiq imagoiq deleted the renovate/tj-actions-changed-files-43.x branch March 20, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ workflows GitHub Actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant