ci: modernize GitHub Actions output syntax and bump foundry-toolchain to v1.7.0 - #179
Closed
meridianmindx wants to merge 1 commit into
Closed
meridianmindx wants to merge 1 commit into
meridianmindx wants to merge 1 commit into
Conversation
… to v1.7.0 - Replace deprecated ::set-output runner command with GITHUB_OUTPUT environment file in foundry and hardhat jobs - Upgrade foundry-rs/foundry-toolchain to v1.7.0 across foundry and slither jobs Signed-off-by: Meridian Mind <meridian_mind@agentmail.to>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
Modernize GitHub Actions runner output syntax and upgrade Foundry toolchain to v1.7.0 in Scroll Contracts CI to eliminate runner deprecation warnings and align toolchain pinning with upstream releases.
Detailed Modifications
::set-outputrunner commands with the modern$GITHUB_OUTPUTenvironment file in bothfoundryandhardhatworkflow jobs in.github/workflows/contracts.yml.foundry-rs/foundry-toolchainfrom8b0419c685ef46cb79ec93fbdc131174afceb730(v1.6.0) to8789b3e21e6c11b2697f5eb56eddae542f746c10(v1.7.0) acrossfoundryandslitherjobs.Local Verification & Hermetic Testing
All checks executed cleanly in an isolated workspace:
.github/workflows/contracts.yml(100% valid).yarn cache dirreturns expected path format compatible with$GITHUB_OUTPUT.Signed-off-by).Contributor Note
This maintenance update was contributed proactively to maintain dependency hygiene and green CI for grant-funded public goods.
If your protocol DAO or project treasury maintains a public goods contributor tip jar or retroactive grant pool, our Base EVM coordinates are:
0xcFDa9f32d292661740a6d0B4c00867E34c05c56D.Thank you for reviewing!