From b810d0693508321a16ad0ff11af12594eff2f5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:07:01 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.16.25 to 1.16.26 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.16.25 to 1.16.26. - [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.16.25...v1.16.26) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/setup-python-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-python-environment.yml b/.github/workflows/setup-python-environment.yml index 7e344c4d563..6a5a672df07 100644 --- a/.github/workflows/setup-python-environment.yml +++ b/.github/workflows/setup-python-environment.yml @@ -108,7 +108,7 @@ jobs: bash scripts/lint.sh - name: Spelling checker - uses: crate-ci/typos@v1.16.25 + uses: crate-ci/typos@v1.16.26 with: files: "." config: ./.typos.toml