From 24aa6bf0cfe496293e241cb088005b9aeda97161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:10:04 +0000 Subject: [PATCH] chore: bump crate-ci/typos from 1.12.8 to 1.12.12 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.12.8 to 1.12.12. - [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.12.8...v1.12.12) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 277fdac39cc45..79350dfb500d9 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: typos-action - uses: crate-ci/typos@v1.12.8 + uses: crate-ci/typos@v1.12.12 with: config: .github/workflows/typos.toml - name: Fix Helper