Skip to content

ci: bump actions/checkout to v4 in ci-starknet - #132

Open
boleklebovski wants to merge 1 commit into
pyth-network:mainfrom
boleklebovski:ci/starknet-checkout-v4
Open

ci: bump actions/checkout to v4 in ci-starknet#132
boleklebovski wants to merge 1 commit into
pyth-network:mainfrom
boleklebovski:ci/starknet-checkout-v4

Conversation

@boleklebovski

Copy link
Copy Markdown

Problem

.github/workflows/ci-starknet.yml:19 is the only workflow in this repo still on actions/checkout@v3, which runs on the deprecated Node 16 runtime. The other eight workflows — ci-lazer-anchor, ci-lazer-evm, ci-lazer-js, ci-lazer-publisher, ci-lazer-solana, ci-lazer-stellar, ci-lazer-sui-test and ci-pro-frontend-jwt-auth — are all already on @v4.

Fix

One line, bringing the last straggler in line with the rest of the repo.

Verification

All 9 workflow files re-parsed as YAML after the change; grep confirms @v4 is now the only checkout version in the repo.

Every other workflow in this repo already uses v4.

Signed-off-by: boleklebovski <160799963+boleklebovski@users.noreply.github.com>
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