Copilot commented on code in PR #1566:
URL: https://github.com/apache/daffodil-vscode/pull/1566#discussion_r2705107978


##########
.github/workflows/release-candidate.yml:
##########
@@ -59,7 +59,7 @@ jobs:
           java-version: 17
 
       - name: Install Node.js
-        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v4.4.0
+        uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # 
v4.4.0

Review Comment:
   The version comment is incorrect. The commit hash is being updated to 
395ad32 which corresponds to v6.1.0 (as indicated in the PR description and 
other workflow files), but the comment still references v4.4.0. This should be 
updated to v6.1.0 for consistency and accuracy.
   ```suggestion
           uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # 
v6.1.0
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to