From 9a664b2ed39f733b95da01cce37b43f5239c07c9 Mon Sep 17 00:00:00 2001 From: "vivi-the-going-merry[bot]" <308115520+vivi-the-going-merry[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 11:57:52 -0600 Subject: [PATCH] CI: pin crate-ci/typos action to @main, not @master crate-ci/typos's default branch is now main; master no longer exists upstream (verified via repos/crate-ci/typos/branches). --- .github/workflows/typos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index ddc7f51a8f..37f5a6162c 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -25,4 +25,4 @@ jobs: uses: actions/checkout@v4 - name: Check spelling of file.txt - uses: crate-ci/typos@master + uses: crate-ci/typos@main