Skip to content

new lint/fix - sccache version being specified in github actions #625

@yaleman

Description

@yaleman

There was a bug for a while that required the version to be specified, the version spec needs to be removed from github actions workflows:

bad:

- name: Setup sccache
  uses: mozilla-actions/sccache-action@v0.0.9
  with:
    version: "v0.4.2"

good (if with is empty, remove it:

- name: Setup sccache
  uses: mozilla-actions/sccache-action@v0.0.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions