Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 26, 2025

This PR contains the following updates:

Package Type Update Change
JohnnyMorganz/stylua-action action minor v4.0.0 -> v4.1.0

Release Notes

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

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: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), 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.

@renovate renovate bot requested a review from AliSajid as a code owner October 26, 2025 07:58
@renovate renovate bot requested a review from AliSajidImami as a code owner October 26, 2025 07:58
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.

2 participants