From 92f4b8643058a65c56e21e58fcce37a40e4a8b0a Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 18 Sep 2026 11:54:55 -0700 Subject: [PATCH] ci: Update typos action to use main branch The typos repository switched from the `master` branch to `main`. --- .github/workflows/github-action-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-action-checks.yml b/.github/workflows/github-action-checks.yml index c236e275..3f3310e3 100644 --- a/.github/workflows/github-action-checks.yml +++ b/.github/workflows/github-action-checks.yml @@ -28,4 +28,4 @@ jobs: uses: actions/checkout@v5 - name: Check spelling - uses: crate-ci/typos@master + uses: crate-ci/typos@main