From c63fb1ec73e89dadd7666f43e4f4de00f2595e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 05:33:01 +0000 Subject: [PATCH] build(deps): bump crate-ci/typos from 1.28.2 to 1.28.3 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.28.2 to 1.28.3. - [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/2872c382bb9668d4baa5eade234dcbc0048ca2cf...d1c850b2b5d502763520c25fb4a6a1128ad99bd9) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-for-typos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-typos.yml b/.github/workflows/check-for-typos.yml index 10b5c133d..b3dd8a449 100644 --- a/.github/workflows/check-for-typos.yml +++ b/.github/workflows/check-for-typos.yml @@ -20,4 +20,4 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Check spelling - uses: crate-ci/typos@2872c382bb9668d4baa5eade234dcbc0048ca2cf # master + uses: crate-ci/typos@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # master