chore(deps): bump crate-ci/typos from 1.36.3 to 1.37.2 in the github-actions group (#451)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: M Atif Ali <atif@coder.com>
This commit is contained in:
dependabot[bot]
2025-10-06 07:59:23 -05:00
committed by GitHub
parent af8b4f02fd
commit 056937a758
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Validate formatting
run: bun fmt:ci
- name: Check for typos
uses: crate-ci/typos@v1.36.3
uses: crate-ci/typos@v1.37.2
with:
config: .github/typos.toml
validate-readme-files:
@@ -30,7 +30,7 @@ variable "agent_id" {
variable "slug" {
type = string
description = "The slug for the coder_app. Allows resuing the module with the same template."
description = "The slug for the coder_app. Allows reusing the module with the same template."
default = "gateway"
}