From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:29:34 +0000 (+0000) Subject: Bump crate-ci/typos from 1.19.0 to 1.23.6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fdependabot%2Fgithub_actions%2Fcrate-ci%2Ftypos-1.23.6;p=dealii.git 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] --- 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