Skip to content

Update action to use newer Node#946

Open
chris124567 wants to merge 1 commit intomasterfrom
christopher/update-action
Open

Update action to use newer Node#946
chris124567 wants to merge 1 commit intomasterfrom
christopher/update-action

Conversation

@chris124567
Copy link
Copy Markdown
Member

Copilot AI review requested due to automatic review settings April 2, 2026 17:15
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

Copy link
Copy Markdown

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

Updates the release-preparation GitHub Actions workflow to use the newer major version of actions/checkout, aligning the workflow with the newer Node runtime used by that action.

Changes:

  • Bump actions/checkout from v4.2.2 to v5 in the prepare-release workflow.

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

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

Using a floating major tag (actions/checkout@v5) reduces reproducibility and can introduce unexpected changes if the v5 tag is moved. Consider pinning to a specific release (e.g., v5.x.y) or a commit SHA (optionally with a version comment) to improve supply-chain security and build determinism.

Suggested change
- uses: actions/checkout@v5
- uses: actions/checkout@v5.0.0

Copilot uses AI. Check for mistakes.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The PR description mentions actions/upload-artifact@v6, but this workflow (and other workflows in this repo) don’t appear to use actions/upload-artifact. Consider updating the description to match the actual change (only actions/checkout), or include the intended upload-artifact update if it’s missing.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

3 participants