Skip to content

ci: bump actions/checkout from v2 to v4 - #4495

Merged
skwowet merged 1 commit into
mainfrom
chore/bump-actions-checkout-v4
Aug 20, 2026
Merged

ci: bump actions/checkout from v2 to v4#4495
skwowet merged 1 commit into
mainfrom
chore/bump-actions-checkout-v4

Conversation

@skwowet

@skwowet skwowet commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

Bump remaining GitHub Actions checkout steps from v2 to v4 so deploy and lint workflows stop running a Node 20 action on Node 24 runners.

Changes

  • lf-oracle-production-deploy.yaml: actions/checkout@v2@v4
  • lf-oracle-staging-deploy.yaml: actions/checkout@v2@v4
  • frontend-lint.yml: actions/checkout@v2@v4
  • backend-lint.yaml: two jobs actions/checkout@v2@v4

Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings August 20, 2026 11:00
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates remaining checkout steps to actions/checkout@v4, improving compatibility with current GitHub-hosted runners.

Changes:

  • Upgrades checkout in production and staging deploy workflows.
  • Upgrades checkout in frontend and backend lint jobs.
  • No remaining actions/checkout@v2 references were found.

Required change: Add the required JIRA key to the PR title.

Reviewed changes

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

File Description
.github/workflows/lf-oracle-staging-deploy.yaml Upgrades staging deploy checkout.
.github/workflows/lf-oracle-production-deploy.yaml Upgrades production deploy checkout.
.github/workflows/frontend-lint.yml Upgrades frontend lint checkout.
.github/workflows/backend-lint.yaml Upgrades checkout in two lint jobs.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@skwowet skwowet changed the title ci: bump actions/checkout from v2 to v4 ci: bump actions/checkout from v2 to v4 Aug 20, 2026
@skwowet
skwowet merged commit 45aa525 into main Aug 20, 2026
14 checks passed
@skwowet
skwowet deleted the chore/bump-actions-checkout-v4 branch August 20, 2026 11:34
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