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): bump tj-actions/verify-changed-files from 19 to 20 in the all group #46

Merged
merged 1 commit into from
May 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the all group with 1 update: tj-actions/verify-changed-files.

Updates tj-actions/verify-changed-files from 19 to 20

Release notes

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

v20

Changes in v20.0.0

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Upgrade tj-actions/glob action to v22

🚀 🚀 NEW FEATURES 🚀 🚀

  • Optionally prevent reading the .gitgnore file when detecting uncommitted changes using the read-gitignore input.
  • Fail a job when no uncommitted files can be found using the fail-if-unchanged input.

What's Changed

New Contributors

Full Changelog: tj-actions/verify-changed-files@v19...v20.0.0


v20.0.0

... (truncated)

Changelog

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

20.0.0 - (2024-05-04)

🚀 Features

  • Add support for optionally reading the .gitignore file (#412) (3b18de8) - (Tonye Jack)

📦 Bumps

  • Bump actions/checkout from 4.1.1 to 4.1.2 (#399)

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

  • dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] (22cfc44) - (dependabot[bot])

  • Bump actions/checkout from 4.1.1 to 4.1.2 (#397)

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

  • dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] (ad99e81) - (dependabot[bot])

  • Bump actions/checkout from 4.1.1 to 4.1.2 (#393)

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

  • dependency-name: actions/checkout

... (truncated)

Commits
  • ab87580 Updated README.md (#417)
  • 22100c2 docs: add Larspolo as a contributor for code, test, and doc (#416)
  • 6a0d0b6 Added support for fail-if-unchanged (#395)
  • 64d825d Merge pull request #415 from tj-actions/chore/update-readme
  • cf5696c Updated README.md
  • 3b18de8 feat: add support for optionally reading the .gitignore file (#412)
  • 531dd1d Updated README.md (#414)
  • 51ebb35 Merge pull request #413 from tj-actions/renovate/tj-actions-glob-22.x
  • 5beffcb chore(deps): update tj-actions/glob action to v22
  • fd85a60 chore(deps): update actions/checkout digest to 0ad4b8f
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner May 6, 2024 04:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 6, 2024
@dependabot dependabot bot force-pushed the dependabot/github_actions/all-bec5fbbb12 branch 2 times, most recently from a5ccba7 to b00e7e2 Compare May 15, 2024 05:12
@dependabot dependabot bot force-pushed the dependabot/github_actions/all-bec5fbbb12 branch 3 times, most recently from 98d8d6b to 85522ca Compare May 21, 2024 07:58
Bumps the all group with 1 update: [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files).


Updates `tj-actions/verify-changed-files` from 19 to 20
- [Release notes](https://github.com/tj-actions/verify-changed-files/releases)
- [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/verify-changed-files@v19...v20)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/all-bec5fbbb12 branch from 85522ca to c8392bd Compare May 21, 2024 08:50
@dirkdev98 dirkdev98 merged commit 448aee8 into main May 21, 2024
3 checks passed
@dirkdev98 dirkdev98 deleted the dependabot/github_actions/all-bec5fbbb12 branch May 21, 2024 09:13
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.

1 participant