From 83405aec30a8761fa8263b9ddcfa59435d8a7cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:46:25 +0000 Subject: [PATCH] chore: bump crate-ci/typos from 1.12.12 to 1.13.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.12.12 to 1.13.1. - [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.12...v1.13.1) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... 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 03148dac1b3a3..edd488a6c8a1e 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.12 + uses: crate-ci/typos@v1.13.1 with: config: .github/workflows/typos.toml - name: Fix Helper