From abdcd8db85958cd6390fbe03d151fae63de0983a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:39:42 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.28.4 to 1.29.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.28.4 to 1.29.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/v1.28.4...v1.29.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e90f3b54e..db672df6e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4.2.2 - - uses: crate-ci/typos@v1.28.4 + - uses: crate-ci/typos@v1.29.0 with: write_changes: true - name: Remove local typos binary