From 5499221115cfe8b7add510d5d9dcb96c1aecb09d Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:42:48 +0000 Subject: [PATCH] chore(typos): install typos gha action v1.47.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 8763c79f..55269f4e 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -1,10 +1,13 @@ name: Spell check with typos + on: push: branches: ["main"] pull_request: branches: ["**"] + permissions: {} + jobs: typos: runs-on: ubuntu-latest @@ -15,7 +18,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false + - name: Run typos - uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0 - with: - config: _typos.toml + uses: crate-ci/typos@f8a58b6b53f2279f71eb605f03a4ae4d10608f45 # v1.47.0 +