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

Bump tj-actions/changed-files from 36.1.0 to 36.4.0 #597

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps tj-actions/changed-files from 36.1.0 to 36.4.0.

Release notes

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

v36.4.0

What's Changed

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

v36.3.0

🚀 New Features

  • introduces the files_yaml, files_yaml_from_source_file this enables creating filters using YAML.

Example

      - name: Get all test, doc and src files that have changed
        id: changed-files-yml
        uses: tj-actions/changed-files@v36
        with:
          files_yaml: |
            doc:
              - *.md
              - docs/**
              - !docs/README.md
            test:
              - test/**
              - !test/README.md
            src:
              - src/**

What's Changed

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

v36.2.1

What's Changed

... (truncated)

Changelog

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

36.4.0 - (2023-06-17)

🚀 Features

  • Add support for returning changed file counts (#1273) (f573054) - (Tonye Jack)
  • Move deleted file recovery to leverage filter (#1272) (c3c3db7) - (Tonye Jack)
  • Add support for recovering deleted files (#1269) (77f9e6c) - (Tonye Jack)
  • Add support for recovering deleted files (d9105a4) - (Tonye Jack)

➕ Add

  • Added deleted file (fcdeb5b) - (Tonye Jack)
  • Added missing changes and modified dist assets. (01e83d6) - (GitHub Action)

➖ Remove

  • Removed test file (432e0c8) - (Tonye Jack)

🔄 Update

  • Updated README.md (#1274)

Co-authored-by: repo-ranger[bot] (e1754a4) - (tj-actions[bot])

  • Updated README.md (#1270)

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

  • Update README.md (d7af20b) - (Tonye Jack)
  • Update README.md (690b721) - (Tonye Jack)
  • Updated the test (c82a34e) - (Tonye Jack)
  • Updated the test (7a1c64e) - (Tonye Jack)
  • Updated dist assets (71290f0) - (Tonye Jack)
  • Updated test (ecf455a) - (Tonye Jack)
  • Update README.md (024cd58) - (Tonye Jack)
  • Update README.md (c9a1c56) - (Tonye Jack)

📝 Other

  • Merge branch 'feat/add-support-for-recovering-deleted-files' (749fe3b) - (Tonye Jack)
  • Merge d4f86e9d1689a5d2ddb94e173669f31cc3497351 into 0621d936c0d15c7a5a116268ea1f7c362b76c50b (c706c70) - (Tonye Jack)
  • Merge branch 'main' into feat/add-support-for-recovering-deleted-files (d4f86e9) - (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:/tj-actions/changed-files) from 36.1.0 to 36.4.0.
- [Release notes](https:/tj-actions/changed-files/releases)
- [Changelog](https:/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v36.1.0...v36.4.0)

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

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 Jun 19, 2023
@github-actions github-actions bot added maintenance Dependencies, build, technical debt, etc. labels Jun 19, 2023
@fcollonval fcollonval merged commit e908fb1 into main Jun 20, 2023
@fcollonval fcollonval deleted the dependabot/github_actions/tj-actions/changed-files-36.4.0 branch June 20, 2023 08:31
@fcollonval fcollonval restored the dependabot/github_actions/tj-actions/changed-files-36.4.0 branch June 20, 2023 08:31
@fcollonval fcollonval deleted the dependabot/github_actions/tj-actions/changed-files-36.4.0 branch June 20, 2023 08:31
gabalafou pushed a commit to gabalafou/lumino that referenced this pull request Jul 7, 2023
Bumps [tj-actions/changed-files](https:/tj-actions/changed-files) from 36.1.0 to 36.4.0.
- [Release notes](https:/tj-actions/changed-files/releases)
- [Changelog](https:/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v36.1.0...v36.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code maintenance Dependencies, build, technical debt, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant