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

build(deps): bump tj-actions/changed-files from 29.0.9 to 31.0.1 #9479

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps tj-actions/changed-files from 29.0.9 to 31.0.1.

Release notes

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

v31.0.1

What's Changed

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

v31

Changes in v31.0.0

🔥 🔥 BREAKING CHANGES 🔥 🔥

  • feat: use the last remote commit sha by default for push events

What's Changed

Full Changelog: tj-actions/changed-files@v30...v31.0.0


Changes in v31.0.1

What's Changed

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


v31.0.0

🔥 🔥 BREAKING CHANGES 🔥 🔥

  • feat: use the last remote commit sha by default for push events

What's Changed

... (truncated)

Changelog

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

Changelog

v31.0.1 (2022-09-25)

Full Changelog

v31 (2022-09-25)

Full Changelog

Merged pull requests:

v31.0.0 (2022-09-25)

Full Changelog

Merged pull requests:

v30 (2022-09-24)

Full Changelog

v30.0.0 (2022-09-24)

Full Changelog

Fixed bugs:

  • [BUG] Can't get all changed files after pushing new commit #639
  • [BUG] Add support for pull request close event with merge set to true #635

Closed issues:

  • Dependency Dashboard #27

Merged pull requests:

  • feat: add support for closed pull requests with merge true #640 (jackton1)

... (truncated)

Commits
  • 75af1a4 Merge pull request #651 from tj-actions/fix/bug-with-forced-pushed-commits
  • b50afac updated get-base-sha.sh
  • 7de6088 Updated check
  • 8281b8a fix: bug with force pushed commits
  • d82ceda Merge pull request #650 from tj-actions/upgrade-to-v31.0.0
  • bff4726 Upgraded from v30 -> v31.0.0
  • 5184a75 Merge pull request #649 from tj-actions/chore/update-test
  • f60f9d4 chore: updated test
  • 9d736a1 Merge pull request #648 from tj-actions/chore/update-docs
  • d77ab55 chore: update docs
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from a team as a code owner September 26, 2022 04:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Sep 26, 2022
@olix0r
Copy link
Member

olix0r commented Sep 27, 2022

It looks like we may need to change our checkout to work with the latest changed-files action?

@dependabot rebase

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.9 to 31.0.1.
- [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@f7a5640...75af1a4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/tj-actions/changed-files-31.0.1 branch from c46e4fb to d68f032 Compare September 27, 2022 15:43
@alpeb alpeb self-assigned this Sep 28, 2022
@alpeb
Copy link
Member

alpeb commented Sep 28, 2022

I set fetch-depth: 2 for the checkout step in those failing jobs, and it still doesn't work because changed-files requires the last commit on main. So apparently we need to fetch all the history with fetch-depth:0. I posted a question about this in tj-actions/changed-files#639

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2022

A newer version of tj-actions/changed-files exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@alpeb
Copy link
Member

alpeb commented Sep 29, 2022

The issue has been fixed upstream, so closing this one.

@alpeb alpeb closed this Sep 29, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/tj-actions/changed-files-31.0.1 branch September 29, 2022 15:15
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.

None yet

2 participants