From 0d37c45d30e9a6a57cb96d520d5f672c7e9af505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:36:17 +0000 Subject: [PATCH] chore(deps): bump crate-ci/typos in the github-actions-all group Bumps the github-actions-all group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos). Updates `crate-ci/typos` from 1.22.9 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.22.9...v1.23.6) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .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 b4a6c1c..2470dc0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.22.9 + - uses: crate-ci/typos@v1.23.6 license-headers: runs-on: ubuntu-latest