From 4c2940d685c738d8c48f9c9fc67df2a6ffccdb73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:35:34 +0000 Subject: [PATCH] build(deps): bump crate-ci/typos from 1.37.0 to 1.39.0 (#2975) Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.37.0 to 1.39.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6e11f1d7..dc9bac8d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -52,6 +52,6 @@ jobs: uses: actions/checkout@v5 - name: Check for typos - uses: crate-ci/typos@v1.37.0 + uses: crate-ci/typos@v1.39.0 with: config: ./.github/typos.toml