Skip to content

CI: pin crate-ci/typos to @main, not @master #3382

Description

@robin-the-going-merry

Requested by: Michael Letellier

crate-ci/typos's default branch is now main, not master. .github/workflows/typos.yml still pins the action to @master, which will break once that ref is fully retired upstream.

Fix — in .github/workflows/typos.yml, change:

uses: crate-ci/typos@master

to:

uses: crate-ci/typos@main

No other changes needed. Once merged, the typo-check workflow keeps resolving against crate-ci/typos's current default branch.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions