vim-denops / denops.vim

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
https://vim-denops.github.io/denops-documentation/
MIT License
665 stars 33 forks source link

:coffee: Update GitHub Actions #296

Closed lambdalisue closed 9 months ago

lambdalisue commented 9 months ago

SSIA

Summary by CodeRabbit

coderabbitai[bot] commented 9 months ago

Walkthrough

The GitHub workflow files have been collectively updated to use the newer v4 version of the actions/checkout action. This change is consistent across multiple workflow files, ensuring that the repository's automation processes are utilizing the latest features and improvements of the checkout action.

Changes

File Path Summary
.github/workflows/.../reviewdog.yml Updated actions/checkout from v3 to v4.
.github/workflows/.../test.yml Updated actions/checkout from v3 to v4 and modified file patterns for workflow triggers.
.github/workflows/.../update.yml Updated actions/checkout from v3 to v4.

🐇✨ In the land of code and byte,
We hop to v4 with delight.
Checkouts fresh, workflows gleam,
A rabbit's update dream! 🌟🚀

(\__/) ||  
(•ㅅ•) ||  
/   づ  

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c50865d) 92.59% compared to head (b640485) 92.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #296 +/- ## ======================================= Coverage 92.59% 92.59% ======================================= Files 3 3 Lines 81 81 Branches 6 6 ======================================= Hits 75 75 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.