Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rhysd/action-setup-vim action to v1.3.0 #2347

Merged
merged 1 commit into from
Oct 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rhysd/action-setup-vim action minor v1.2.15 -> v1.3.0

Release Notes

rhysd/action-setup-vim (rhysd/action-setup-vim)

v1.3.0

Compare Source

  • configure-args input was added to customize build configurations on building Vim from source. This input is useful to change ./configure arguments to enable/disable some features of Vim. For example, when you're facing some issue on generating translation files (this sometimes happens when building older Vim), disabling the native language support would be able to avoid the issue. (#​27)
    - uses: rhysd/action-setup-vim@v1
      with:
        version: 8.0.0000
        configure-args: |
          --with-features=huge --enable-fail-if-missing --disable-nls
  • Update the action runtime to node20. Now this action is run with Node.js v20.
  • Update all dependencies to the latest including @actions/github v6.0.0 and some security fixes.

[Changes][v1.3.0]


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) October 15, 2023 15:09
@renovate renovate bot merged commit bf24a93 into main Oct 15, 2023
11 checks passed
@renovate renovate bot deleted the renovate/rhysd-action-setup-vim-1.x branch October 15, 2023 15:14
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