Skip to content

chore(ci): upgrade checkout and setup-node actions to v4#334

Open
mdryaan wants to merge 1 commit into
koordinator-sh:mainfrom
mdryaan:fix/ci-actions-versions
Open

chore(ci): upgrade checkout and setup-node actions to v4#334
mdryaan wants to merge 1 commit into
koordinator-sh:mainfrom
mdryaan:fix/ci-actions-versions

Conversation

@mdryaan
Copy link
Copy Markdown

@mdryaan mdryaan commented May 13, 2026

Problem

.github/workflows/documentation.yaml uses actions/checkout@v1 and actions/setup-node@v1. v1 of both actions is deprecated and has security warnings. Current versions are actions/checkout@v4 and actions/setup-node@v4.

Fixes

  • Upgrade actions/checkout@v1actions/checkout@v4 in both checks and gh-release jobs
  • Upgrade actions/setup-node@v1actions/setup-node@v4 in both jobs
  • Upgrade webfactory/ssh-agent@v0.5.0webfactory/ssh-agent@v0.9.0 in gh-release job

Signed-off-by: mdryaan <alikhurshid842001@gmail.com>
@koordinator-bot koordinator-bot Bot requested review from ZiMengSheng and hormes May 13, 2026 05:14
@koordinator-bot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign zimengsheng after the PR has been reviewed.
You can assign the PR to them by writing /assign @zimengsheng in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mdryaan
Copy link
Copy Markdown
Author

mdryaan commented May 14, 2026

Hey @ZiMengSheng @zwzhang0107 , Could you please have a look at this PR whenever you have time? Thanks!
Also some other small fixes i did #330, #331, #333

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant