From faf245234fa629b222c4b14c1532259d08bbf6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:22:39 +0000 Subject: [PATCH] ci: bump crate-ci/typos from 1.23.6 to 1.24.1 in the github-actions group (#14431) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68ef5dec82..506aeef16d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -184,7 +184,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.23.6 + uses: crate-ci/typos@v1.24.1 with: config: .github/workflows/typos.toml