Skip to content

Upgrade Github actions to latest versions#7294

Merged
sachin-sandhu merged 1 commit intomainfrom
ssandhu/upgrade-github-actions
Apr 3, 2026
Merged

Upgrade Github actions to latest versions#7294
sachin-sandhu merged 1 commit intomainfrom
ssandhu/upgrade-github-actions

Conversation

@sachin-sandhu
Copy link
Copy Markdown
Contributor

This pull request updates the GitHub Actions workflows to use a newer version of the actions/checkout action. Both workflows now use version 4 instead of version 2, which ensures better security, improved performance, and continued support.

Workflow updates:

  • Upgraded actions/checkout from version 2 to version 4 in .github/workflows/create_staging_branch.yaml to ensure compatibility and take advantage of the latest improvements.
  • Upgraded actions/checkout from version 2 to version 4 in .github/workflows/delete_staging_and_head_branches.yaml for the same reasons.

@sachin-sandhu sachin-sandhu self-assigned this Apr 3, 2026
Copilot AI review requested due to automatic review settings April 3, 2026 17:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates GitHub Actions workflows to use actions/checkout@v4, keeping CI dependencies current and supported.

Changes:

  • Bumped actions/checkout from @v2 to @v4 in the staging-branch creation workflow.
  • Bumped actions/checkout from @v2 to @v4 in the staging/head branch cleanup workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/create_staging_branch.yaml Updates checkout action to @v4 for the staging branch workflow.
.github/workflows/delete_staging_and_head_branches.yaml Updates checkout action to @v4 for the branch deletion workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/delete_staging_and_head_branches.yaml
Comment thread .github/workflows/create_staging_branch.yaml
@sachin-sandhu sachin-sandhu merged commit 38b299c into main Apr 3, 2026
6 of 7 checks passed
@sachin-sandhu sachin-sandhu deleted the ssandhu/upgrade-github-actions branch April 3, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants