Merged
Conversation
Contributor
|
编译通过了,有没有更新 palette? @KivenJia |
There was a problem hiding this comment.
Pull Request Overview
This PR updates versions for several GitHub Actions to support the new Tag-Flush and Tag-Delete feature. Key changes include:
- Upgrading the GitHub environment variables action to v2.8.0
- Upgrading the checkout action to v4
- Upgrading the upload-artifact action to v4.0.0
Files not reviewed (1)
- TagContainer/TagContainer.lvlib: Language not supported
Comments suppressed due to low confidence (3)
.github/workflows/Build_VIPM_Library.yml:32
- Confirm that upgrading to v2.8.0 does not alter the intended behavior for retrieving environment variables.
- uses: FranzDiebold/github-env-vars-action@v2.8.0
.github/workflows/Build_VIPM_Library.yml:35
- Verify that switching to actions/checkout@v4 is fully compatible with the repository setup, as the changes in the new version may affect the checkout behavior.
- uses: actions/checkout@v4
.github/workflows/Build_VIPM_Library.yml:46
- Ensure that upgrading to actions/upload-artifact@v4.0.0 preserves the expected artifact upload behavior, especially if downstream processes rely on specific outputs.
- uses: actions/upload-artifact@v4.0.0
Contributor
|
Contributor
Author
忘了,我看一下,整理一下。 |
TagContainer\_Support\Data Changed - First Call Included_export nevstop.vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.