From a5fa54ff2353890caeb4d324e8b7ab3537dd1754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 10:06:41 -0500 Subject: [PATCH] chore: bump crate-ci/typos from 1.12.8 to 1.12.12 (#4825) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 e791e0c9b7..295056905a 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