From f1547315f1b888336ef0cd9a970814956d8e7475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:56:29 +0000 Subject: [PATCH] build(deps): bump crate-ci/typos from 1.16.19 to 1.28.2 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.16.19 to 1.28.2. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.16.19...v1.28.2) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d00a7cbc30e..37e5557297f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -116,6 +116,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.16.19 + - uses: crate-ci/typos@v1.28.2 with: config: .typos.toml