From 590f0a33943407f521fd6ad6196fe607937a3dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:06:28 +0000 Subject: [PATCH] chore(deps): bump crate-ci/typos from 1.30.2 to 1.31.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.30.2 to 1.31.1. - [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/7bc041cbb7ca9167c9e0e4ccbb26f48eb0f9d4e0...b1a1ef3893ff35ade0cfa71523852a49bfd05d19) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.31.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 8725d385..5003cf62 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -101,6 +101,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Check spelling of file.txt - uses: crate-ci/typos@7bc041cbb7ca9167c9e0e4ccbb26f48eb0f9d4e0 # v1.30.2 + uses: crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19 # v1.31.1 with: config: typos.toml