Skip to content

Updates the Node.js setup action used in several GitHub Actions#504

Merged
jamespepper81 merged 2 commits into
mainfrom
dev
Jan 27, 2026
Merged

Updates the Node.js setup action used in several GitHub Actions#504
jamespepper81 merged 2 commits into
mainfrom
dev

Conversation

@jamespepper81
Copy link
Copy Markdown
Contributor

This pull request updates the Node.js setup action used in several GitHub Actions workflow files to use the latest major version. All instances of actions/setup-node@v4 have been replaced with actions/setup-node@v6 to ensure the workflows use the most up-to-date and supported version of the setup action.

CI/CD workflow updates:

  • Updated actions/setup-node from version 4 to version 6 in .github/workflows/build.yml for both relevant jobs. [1] [2]
  • Updated actions/setup-node from version 4 to version 6 in .github/workflows/lint.yml.
  • Updated actions/setup-node from version 4 to version 6 in .github/workflows/security.yml.
  • Updated actions/setup-node from version 4 to version 6 in .github/workflows/dependabot-cocoapods.yml.

dependabot Bot and others added 2 commits January 19, 2026 12:25
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@jamespepper81 jamespepper81 merged commit 8574a8d into main Jan 27, 2026
10 of 13 checks 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.

1 participant