Skip to content

Update to the latest GitHub Actions versions. - #66

Merged
buckett merged 1 commit into
masterfrom
actions-update
Jan 27, 2026
Merged

buckett merged 1 commit into
masterfrom
actions-update

Conversation

@buckett

@buckett buckett commented Jan 27, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings January 27, 2026 09:19
@sonarqubecloud

Copy link
Copy Markdown

@buckett
buckett merged commit 438b4ed into master Jan 27, 2026
10 checks passed
@buckett
buckett deleted the actions-update branch January 27, 2026 09:20

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 GitHub Actions workflow dependencies to newer major versions for checkout and Node setup.

Changes:

  • Bump actions/checkout from v4 to v6 in CI and release workflows
  • Bump actions/setup-node from v4 to v6 in CI and release workflows

Reviewed changes

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

File Description
.github/workflows/release-tags.yml Updates checkout/setup-node action versions used for npm publish + GitHub release
.github/workflows/node.js.yml Updates checkout/setup-node action versions used in Node.js CI
Comments suppressed due to low confidence (1)

.github/workflows/node.js.yml:24

  • steps: is followed by list items (- uses, - run) at the same indentation level, which makes the workflow YAML invalid (the list items become siblings of steps instead of entries within it). Indent all - ... lines under steps: consistently (as in the other workflow) so GitHub can parse the job steps.
    steps:
    - uses: actions/checkout@v6
    - uses: actions/setup-node@v6
      with:
        node-version-file: .nvmrc
        cache: 'npm'
    - run: npm ci

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

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