Skip to content

Updating Github Actions#1326

Open
Pauan wants to merge 1 commit into
mainnetfrom
fix/github-actions
Open

Updating Github Actions#1326
Pauan wants to merge 1 commit into
mainnetfrom
fix/github-actions

Conversation

@Pauan

@Pauan Pauan commented May 24, 2026

Copy link
Copy Markdown
Contributor

Our current CI runner and actions are 2 years out of date.

This upgrades to the latest runner and the latest version of the actions.

This fixes a lot of warnings and deprecations, and is also necessary to fix wasm-opt.


Note

Low Risk
Changes are limited to CI YAML and action versions; application code and runtime behavior are unchanged, though runner swaps could affect job duration or flakes until validated in CI.

Overview
Bumps GitHub Actions across composite setup steps and workflows to current major versions: actions/cache v5, actions/setup-node v6, actions/checkout v6, actions/upload-artifact v7, actions/download-artifact v8, and actions/github-script v9 (snarkVM update workflow).

Most CI jobs that used ubuntu-latest-m or pinned ubuntu-22.04 now run on ubuntu-latest, aligning runners with up-to-date images (called out to address deprecations and wasm-opt). One SDK job (create-leo-app-dynamic-dispatch) still targets ubuntu-latest-m while peers were moved to ubuntu-latest.

Reviewed by Cursor Bugbot for commit ddfdbbe. Bugbot is set up for automated code reviews on this repo. Configure here.

@Pauan

Pauan commented May 27, 2026

Copy link
Copy Markdown
Contributor Author

The build errors are not caused by this PR, they are caused by this commit.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a917dfa. Configure here.

Comment thread .github/workflows/sdk.yml
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