Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump tj-actions/changed-files from 35.4.0 to 35.4.1 (#314)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.4.0 to 35.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files's releases</a>.</em></p> <blockquote> <h2>v35.4.1</h2> <h2>What's Changed</h2> <ul> <li>Upgraded to v35.4.0 by <a href="https://github.com/jackton1"><code>@jackton1</code></a> in <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/937">tj-actions/changed-files#937</a></li> <li>chore: make since_last_remote_commit optional by <a href="https://github.com/jackton1"><code>@jackton1</code></a> in <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/942">tj-actions/changed-files#942</a></li> <li>Updated README.md by <a href="https://github.com/jackton1"><code>@jackton1</code></a> in <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/943">tj-actions/changed-files#943</a></li> <li>fix: bug retrieving diff with custom a base sha by <a href="https://github.com/jackton1"><code>@jackton1</code></a> in <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/945">tj-actions/changed-files#945</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/changed-files/compare/v35...v35.4.1">https://github.com/tj-actions/changed-files/compare/v35...v35.4.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/blob/main/HISTORY.md">tj-actions/changed-files's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2><a href="https://github.com/tj-actions/changed-files/tree/HEAD">Unreleased</a></h2> <p><a href="https://github.com/tj-actions/changed-files/compare/v35.4.1...HEAD">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>[BUG] Unable find a diff between ... <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/944">#944</a></li> </ul> <h2><a href="https://github.com/tj-actions/changed-files/tree/v35.4.1">v35.4.1</a> (2023-01-11)</h2> <p><a href="https://github.com/tj-actions/changed-files/compare/v35...v35.4.1">Full Changelog</a></p> <h2><a href="https://github.com/tj-actions/changed-files/tree/v35">v35</a> (2023-01-11)</h2> <p><a href="https://github.com/tj-actions/changed-files/compare/v35.4.0...v35">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>[Feature] Specify base branch, not just base-sha <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/941">#941</a></li> <li>[Feature] Get contents of deleted file <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/938">#938</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>fix: bug retrieving diff with custom a base sha <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/945">#945</a> (<a href="https://github.com/jackton1">jackton1</a>)</li> <li>Updated README.md <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/943">#943</a> (<a href="https://github.com/jackton1">jackton1</a>)</li> <li>chore: make since_last_remote_commit optional <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/942">#942</a> (<a href="https://github.com/jackton1">jackton1</a>)</li> <li>Upgraded to v35.4.0 <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/937">#937</a> (<a href="https://github.com/jackton1">jackton1</a>)</li> </ul> <h2><a href="https://github.com/tj-actions/changed-files/tree/v35.4.0">v35.4.0</a> (2023-01-05)</h2> <p><a href="https://github.com/tj-actions/changed-files/compare/v35.3.2...v35.4.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>[Feature] Skip fetching remote refs for non shallow clones <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/924">#924</a></li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>[BUG] v35.3.0 Fails to add [] around files when with:json: true <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/926">#926</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Upgraded to v35.3.2 <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/936">#936</a> (<a href="https://github.com/jackton1">jackton1</a>)</li> <li>Updated README.md <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/935">#935</a> (<a href="https://github.com/jackton1">jackton1</a>)</li> <li>feat: skip fetching remote refs for non shallow clones <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/934">#934</a> (<a href="https://github.com/jackton1">jackton1</a>)</li> <li>fix: error overriding the base sha <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/933">#933</a> (<a href="https://github.com/jackton1">jackton1</a>)</li> <li>docs: add cfernhout as a contributor for doc <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/932">#932</a> (<a href="https://github.com/apps/allcontributors">allcontributors[bot]</a>)</li> <li>Make example consistent and out of the box usable <a href="https://github-redirect.dependabot.com/tj-actions/changed-files/pull/931">#931</a> (<a href="https://github.com/cfernhout">cfernhout</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tj-actions/changed-files/commit/487675b843e203b5c9a92a07f1ed763d046d7283"><code>487675b</code></a> fix: bug retrieving diff with custom a base sha (<a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/945">#945</a>)</li> <li><a href="https://github.com/tj-actions/changed-files/commit/988322a381f79723c7c3b496a4dcb42cb8e7b44c"><code>988322a</code></a> Update diff-sha.sh</li> <li><a href="https://github.com/tj-actions/changed-files/commit/30649ae7e04f5bd4c4bd13d46235ae3aa7f275b3"><code>30649ae</code></a> Updated README.md (<a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/943">#943</a>)</li> <li><a href="https://github.com/tj-actions/changed-files/commit/52c733bd7b44701c58b43d9505352ad2e1dca10b"><code>52c733b</code></a> chore: make since_last_remote_commit optional (<a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/942">#942</a>)</li> <li><a href="https://github.com/tj-actions/changed-files/commit/e6a750f5072cbc0c7341b9d852e8be91aa3a7b1b"><code>e6a750f</code></a> Update README.md</li> <li><a href="https://github.com/tj-actions/changed-files/commit/b1a4c25c63a65f1bc022b1999445d5021d85e0f1"><code>b1a4c25</code></a> Updated .github/workflows/update-readme.yml</li> <li><a href="https://github.com/tj-actions/changed-files/commit/15be594e9992ccee21e0c26a5b71423465119906"><code>15be594</code></a> Updated .github/workflows/update-readme.yml</li> <li><a href="https://github.com/tj-actions/changed-files/commit/5af8560e3bb9b43205f2dde9f7bec5dbb2ab6f51"><code>5af8560</code></a> Updated .github/workflows/update-readme.yml</li> <li><a href="https://github.com/tj-actions/changed-files/commit/ef3b39a58e965bd00fde7c9427e227ba2b781209"><code>ef3b39a</code></a> Updated .github/workflows/update-readme.yml</li> <li><a href="https://github.com/tj-actions/changed-files/commit/a7850c2ddb71b1cee7374b7f0abb88818f66f07a"><code>a7850c2</code></a> Upgraded to v35.4.0 (<a href="https://github-redirect.dependabot.com/tj-actions/changed-files/issues/937">#937</a>)</li> <li>See full diff in <a href="https://github.com/tj-actions/changed-files/compare/9a6dabf8d15381f97f1c770257a1a0db59c28a47...487675b843e203b5c9a92a07f1ed763d046d7283">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=35.4.0&new-version=35.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information