tuhaihe commented on code in PR #1874:
URL: https://github.com/apache/cloudberry/pull/1874#discussion_r3747138740


##########
.github/workflows/apache-rat-audit.yml:
##########
@@ -52,12 +52,12 @@ jobs:
 
     steps:
       - name: Check out repository
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5

Review Comment:
   Good catch — you're right, let's align with the same strategy as 
upload/download-artifact and go with v7. Checking the checkout release notes:
   
   - v5.0.0 already switched to Node.js 24 (which covers this PR's original 
goal)
   - v7.0.1 is the current stable release (a few bugfixes on top of v6)
   
   I'll bump all 9 call sites from actions/checkout@v5 to actions/checkout@v7 
in this PR. Thanks for flagging it!



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to