From add031ee2b27521d409a7782a3178fc142112d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 03:02:07 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.29.8 to 1.29.9 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.29.8 to 1.29.9. - [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/fb78b722e9ebbabe8f4056509311c685620cd48e...212923e4ff05b7fc2294a204405eec047b807138) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5a588d53c..d38ebc2acf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -147,7 +147,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Check spelling of md files - uses: crate-ci/typos@fb78b722e9ebbabe8f4056509311c685620cd48e # v1.29.8 + uses: crate-ci/typos@212923e4ff05b7fc2294a204405eec047b807138 # v1.29.9 with: files: "**/*.md ./documentation/**/*.md"