Skip to content

Commit

Permalink
ci: use the stable foundry version (#349)
Browse files Browse the repository at this point in the history
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

<!-- 
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue. 
-->


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Upgraded our build, test, and analysis pipelines to use a stable
toolset, ensuring a more consistent and reliable environment throughout
the development process.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rach-id authored Feb 3, 2025
1 parent 6944d49 commit ff9ed0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Build project
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Format Solidity files
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Install Go Ethereum devtools
working-directory: ./
Expand Down

0 comments on commit ff9ed0c

Please sign in to comment.