Skip to content

chore(deps): update johnnymorganz/stylua-action action to v5#26

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/johnnymorganz-stylua-action-5.x
Open

chore(deps): update johnnymorganz/stylua-action action to v5#26
renovate[bot] wants to merge 1 commit intomainfrom
renovate/johnnymorganz-stylua-action-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 6, 2026

This PR contains the following updates:

Package Type Update Change
JohnnyMorganz/stylua-action action major v4v5

Release Notes

JohnnyMorganz/stylua-action (JohnnyMorganz/stylua-action)

v5

Compare Source

v5.0.0

Compare Source

Breaking Changes

New Contributors

Full Changelog: JohnnyMorganz/stylua-action@v4.1.0...v5.0.0

v4.1.0

Compare Source

What's Changed

  • Added the ability to configure the action to install, but not run, stylua by @​ColinKennedy in #​58. This can be useful when the stylua is used as part of separate CI scripts.

This can be configured by setting args: false

- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes
    # This disables running `stylua`
    args: false
  # Run stylua independently
- run: |
    stylua --version

New Contributors

Full Changelog: JohnnyMorganz/stylua-action@v4...v4.1.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants