From b411ed0ae257d514416eebb30e6e73b3fdadf8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:29:34 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.19.0 to 1.23.6 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.19.0 to 1.23.6. - [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.19.0...v1.23.6) --- 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 760528c1fb..78ea1d39a4 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -33,7 +33,7 @@ jobs: "${{ runner.temp }}/typos/typos" --config .typos.toml --format json doc examples include source tests >> ${{ runner.temp }}/typos.jsonl || true - name: Update repo with fixable typos - uses: crate-ci/typos@v1.19.0 + uses: crate-ci/typos@v1.23.6 with: write_changes: true config: ./.typos.toml -- 2.39.5