Skip to content

Commit 67c61d1

Browse files
Bump crate-ci/typos from 1.30.0 to 1.30.1 (#18227)
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.30.0 to 1.30.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.30.1</h2> <h2>[1.30.1] - 2025-03-04</h2> <h3>Features</h3> <ul> <li><em>(action)</em> Create <code>v1</code> tag</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h2>[1.30.1] - 2025-03-04</h2> <h3>Features</h3> <ul> <li><em>(action)</em> Create <code>v1</code> tag</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-ci/typos/commit/72f3776b6edc3a10a567b8e43fd0524b2a3f1419"><code>72f3776</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/36c9d7068c8435db6328073f7d46197693331275"><code>36c9d70</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/67a034401695a197b29357e8bcd661138c2a5f3e"><code>67a0344</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1250">#1250</a> from muzimuzhi/ci/major-tag</li> <li><a href="https://github.com/crate-ci/typos/commit/6b1c68673ad9dcb63983b8e4a8a6edb5835e64a7"><code>6b1c686</code></a> chore(ci): maintain major tags for GitHub Actions</li> <li><a href="https://github.com/crate-ci/typos/commit/ff2ab643f4aa584cc14abc5a5081a6765d7189dd"><code>ff2ab64</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1247">#1247</a> from crate-ci/renovate/derive_more-2.x</li> <li><a href="https://github.com/crate-ci/typos/commit/561caedbafc6d79cec18f7ddc0e05b388c0e6c5d"><code>561caed</code></a> chore(deps): Update Rust crate derive_more to v2</li> <li>See full diff in <a href="https://github.com/crate-ci/typos/compare/v1.30.0...v1.30.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crate-ci/typos&package-manager=github_actions&previous-version=1.30.0&new-version=1.30.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dacb77d commit 67c61d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
steps:
268268
- uses: actions/checkout@v4
269269
- name: Check for typos
270-
uses: crate-ci/typos@v1.30.0
270+
uses: crate-ci/typos@v1.30.1
271271
- name: Typos info
272272
if: failure()
273273
run: |

0 commit comments

Comments
 (0)