From a6349e96591859cf610a81b9309aac064c8ee973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 05:23:03 +0000 Subject: [PATCH] build(deps): bump crate-ci/typos from 1.27.3 to 1.28.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.27.3 to 1.28.0. - [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/b74202f74b4346efdbce7801d187ec57b266bac8...78d6d2274460eb93ea511a10ce9f67d72f014f35) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... 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 877a40fa6..2d8cd9882 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@b74202f74b4346efdbce7801d187ec57b266bac8 # master + uses: crate-ci/typos@78d6d2274460eb93ea511a10ce9f67d72f014f35 # master