Skip to content

Fix GitHub Actions Node.js deprecation warning#14

Merged
mlutonsky merged 2 commits into
mainfrom
claude/fix-action-workflow-error
Jun 6, 2026
Merged

Fix GitHub Actions Node.js deprecation warning#14
mlutonsky merged 2 commits into
mainfrom
claude/fix-action-workflow-error

Conversation

@Claude

@Claude Claude AI commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates actions/checkout from v4 to v5 to resolve the Node.js 20 deprecation warning in GitHub Actions.

Changes

  • Updated actions/checkout@v4 to actions/checkout@v5 in the ShellCheck workflow

Context

GitHub Actions is deprecating Node.js 20, and actions/checkout@v4 runs on Node.js 20. The v5 version supports Node.js 24, which resolves the deprecation warning:

Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026.

@Claude Claude AI requested a review from mlutonsky June 6, 2026 19:17
@mlutonsky mlutonsky marked this pull request as ready for review June 6, 2026 19:39
Copilot AI review requested due to automatic review settings June 6, 2026 19:39

Copilot AI left a comment

Copy link
Copy Markdown

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 ShellCheck GitHub Actions workflow to use a newer actions/checkout major version, aligning with GitHub Actions’ Node.js runtime deprecation messaging and avoiding the Node.js 20 warning.

Changes:

  • Updated actions/checkout from @v4 to @v5 in the ShellCheck workflow.

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

@mlutonsky mlutonsky merged commit 10fbb37 into main Jun 6, 2026
1 check passed
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.

4 participants