Skip to content

Bump checkout and setup-node to v7 - #260

Merged
fcakyon merged 1 commit into
mainfrom
ci/bump-actions
Jul 24, 2026
Merged

Bump checkout and setup-node to v7#260
fcakyon merged 1 commit into
mainfrom
ci/bump-actions

Conversation

@fcakyon

@fcakyon fcakyon commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Every workflow run printed a deprecation warning: actions/checkout@v4 and actions/setup-node@v4 target Node 20, which runners already force onto Node 24.

  • 5 checkout@v4 and 2 setup-node@v4 pins moved to @v7, across all 4 workflows
  • latest stable at time of change: checkout v7.0.1, setup-node v7.0.0, both carrying a v7 major tag
  • setup-python@v5 in validate-plugins is untouched, it raises no warning yet
-      - uses: actions/checkout@v4
-      - uses: actions/setup-node@v4
+      - uses: actions/checkout@v7
+      - uses: actions/setup-node@v7

Both actions targeted Node 20, which runners now force onto Node 24 with a
deprecation warning on every run.
@fcakyon fcakyon self-assigned this Jul 24, 2026
@fcakyon
fcakyon merged commit 9d0ce8b into main Jul 24, 2026
3 checks passed
@fcakyon
fcakyon deleted the ci/bump-actions branch July 24, 2026 20:58
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