From cdf3ee13d9615c493885989dd0ac9fe53e2503c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 07:48:35 +0000 Subject: [PATCH] chore(deps): bump crate-ci/typos from 1.29.7 to 1.30.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.29.7 to 1.30.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/51f257b946f503b768e522781f56e9b7b5570d48...72f3776b6edc3a10a567b8e43fd0524b2a3f1419) --- updated-dependencies: - dependency-name: crate-ci/typos 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 a562fe95..5797cf83 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@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7 + uses: crate-ci/typos@72f3776b6edc3a10a567b8e43fd0524b2a3f1419 # v1.30.1 with: config: typos.toml