From 26ebd70b120eaa1d79ab560a3d1156707f785197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:01:41 +0500 Subject: [PATCH] ci: bump crate-ci/typos from 1.24.3 to 1.24.5 in the github-actions group (#14613) 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 94d9c634a1..da0bf7a289 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -186,7 +186,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.24.3 + uses: crate-ci/typos@v1.24.5 with: config: .github/workflows/typos.toml