-
Notifications
You must be signed in to change notification settings - Fork 0
Feature for Tag-Flush and Tag-Delete #14
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
Conversation
编译通过了,有没有更新 palette? @KivenJia |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
忘了,我看一下,整理一下。 |
TagContainer\_Support\Data Changed - First Call Included_export nevstop.vim
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK with the change
No description provided.