From c781e68ee53221b34584d89eeb0aee3cc6d6cbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:38:01 +0000 Subject: [PATCH] ci: bump crate-ci/typos from 1.27.3 to 1.28.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.27.3 to 1.28.1. - [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...bd36f89fcd3424dcefd442894589e6ee572a59f2) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/typos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 2d47e17fd07..95ce184f39c 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Check spelling - uses: crate-ci/typos@b74202f74b4346efdbce7801d187ec57b266bac8 + uses: crate-ci/typos@bd36f89fcd3424dcefd442894589e6ee572a59f2 with: config: tools/typos/typos.toml