Upgrade GitHub Actions versions in workflow#128580
Conversation
Updated GitHub Actions to use azure/login@v2 and actions/checkout@v4.
|
@kavitaa30 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@kavitaa30 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 0d5e3bb: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Container Apps GitHub Actions workflow documentation to use current, non-deprecated GitHub Actions versions to avoid deprecation/security warnings.
Changes:
- Updated
azure/loginusage from@v1to@v2in all documented workflow snippets. - Updated
actions/checkoutusage from@v3to@v4in the documented workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Summary
Updated deprecated GitHub Actions versions in the Container Apps
GitHub Actions workflow documentation.
Changes
azure/loginfrom v1 to v2actions/checkoutfrom v3 to v4Reason
These older versions are deprecated and may cause security warnings
in GitHub workflows. Using latest stable versions aligns with current
GitHub Actions best practices.