ci: update workflow to use v4 actions#47
Merged
ErikBjare merged 1 commit intoActivityWatch:masterfrom Mar 9, 2025
Merged
Conversation
There was a problem hiding this comment.
👍 Looks good to me! Reviewed everything up to dfed50b in 49 seconds
More details
- Looked at
30lines of code in1files - Skipped
0files when reviewing. - Skipped posting
2drafted comments based on config settings.
1. .github/workflows/nodejs.yml:53
- Draft comment:
Update actions/setup-node to v4 in the lint job for consistency. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%
This comment is about updating a dependency version, which is not allowed according to the rules. It doesn't provide a specific code suggestion or ask for a test to be written. It seems to be purely informative about a dependency change.
2. .github/workflows/nodejs.yml:53
- Draft comment:
Update actions/setup-node from v1 to v4 for the lint job to match the build job and maintain consistency. - Reason this comment was not posted:
Comment was on unchanged code.
Workflow ID: wflow_CzeblowKhmXpSCIK
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.
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.
Important
Update GitHub Actions workflow in
nodejs.ymlto use v4 ofcheckout,setup-node, andcacheactions.actions/checkouttov4innodejs.yml.actions/setup-nodetov4innodejs.ymlfor thebuildjob.actions/cachetov4innodejs.yml.This description was created by
for dfed50b. It will automatically update as commits are pushed.