From 5230cf72f7301f609dc82ab5733d122cfe6f3f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:51:11 +0000 Subject: [PATCH] build(deps): bump crate-ci/typos from 1.28.2 to 1.28.3 in the all group Bumps the all group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos). Updates `crate-ci/typos` from 1.28.2 to 1.28.3 - [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.28.2...v1.28.3) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505bde0..9e23af8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: ibiqlik/action-yamllint@v3 - name: typos-action - uses: crate-ci/typos@v1.28.2 + uses: crate-ci/typos@v1.28.3 - name: markdownlint-cli2-action uses: DavidAnson/markdownlint-cli2-action@v18.0.0