Skip to content

fix(ci): bump actions to v5 + delete stale changeset-release branch - #36

Merged
sepehr-safari merged 1 commit into
mainfrom
fix/ci-release-workflow
Jul 7, 2026
Merged

fix(ci): bump actions to v5 + delete stale changeset-release branch#36
sepehr-safari merged 1 commit into
mainfrom
fix/ci-release-workflow

Conversation

@sepehr-safari

Copy link
Copy Markdown
Member

Summary

Fixes two CI issues reported by GitHub:

  1. Changesets "No commits" error — a stale changeset-release/main branch existed with no diff to main, causing the changesets action to fail when trying to create a version PR. Deleted the stale branch and pinned changesets/action to v1.9.0.

  2. Node.js 20 deprecation warningactions/checkout@v4 and actions/setup-node@v4 use Node.js 20 internally, which is deprecated. Bumped both to v5.

Changes

  • .github/workflows/ci.ymlactions/checkout@v4@v5, actions/setup-node@v4@v5
  • .github/workflows/release.yml — same action bumps + changesets/action@v1@v1.9.0
  • Deleted stale changeset-release/main branch on GitHub

Verification

CI will run on this PR to verify.

- Bump actions/checkout v4 → v5 (fixes Node.js 20 deprecation warning)
- Bump actions/setup-node v4 → v5
- Pin changesets/action to v1.9.0 (latest stable)
- Deleted stale changeset-release/main branch that caused 'No commits' error
@sepehr-safari sepehr-safari added this to the v0.1.0 — Inspector MVP milestone Jul 7, 2026
@sepehr-safari sepehr-safari added type:chore Maintenance, tooling, or infrastructure package:repo Repository-level changes labels Jul 7, 2026
@sepehr-safari
sepehr-safari merged commit c376325 into main Jul 7, 2026
1 check passed
@sepehr-safari
sepehr-safari deleted the fix/ci-release-workflow branch July 7, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:repo Repository-level changes type:chore Maintenance, tooling, or infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant