Skip to content

Upgrading github actions - #605

Draft
pfaraone wants to merge 5 commits into
mainfrom
dev/upgrading-gh-actions-node-24
Draft

Upgrading github actions#605
pfaraone wants to merge 5 commits into
mainfrom
dev/upgrading-gh-actions-node-24

Conversation

@pfaraone

Copy link
Copy Markdown
Collaborator

Summary

Briefly describe your changes.

Rationale

Explain the reasoning behind the changes and their benefits to the project.

Changes

List the major changes made in this pull request.

Impact

Discuss any potential impacts the changes may have on existing functionalities.

Testing

Describe how the changes have been tested, including both automated and manual testing strategies.
If this is a bugfix, explain how the fix has been tested to ensure the bug is resolved without introducing new issues.

Regression Risk

If this is a bugfix, assess the risk of regression caused by this fix and steps taken to mitigate it.

Checklist

  • Unit tests covering the changes have been added

    • If this is a bugfix, regression tests have been added
  • E2E testing has been performed

Additional Notes

Any additional information or context relevant to this PR.

@pdames

pdames commented Apr 16, 2026

Copy link
Copy Markdown
Member

LGTM, but I think @ekaschaw , @yankevn , and @Zyiqin-Miranda may have more context here.

@pdames
pdames self-requested a review April 16, 2026 18:02
Comment thread .github/workflows/ci.yml
# Download previous benchmark result from cache (if exists)
- name: Download previous benchmark data
uses: actions/cache@v4
uses: actions/cache@v5

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this one be @v6 as well?

steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v6

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended? from main -> v6?

@pfaraone
pfaraone marked this pull request as draft April 16, 2026 18:24
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.

3 participants