Skip to content

Commit

Permalink
refactor: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Feb 13, 2025
1 parent 694e862 commit ccca498
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:

steps:
# Check out repository with all submodules for complete codebase access.
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

# Install the Foundry toolchain.
- name: Install Foundry
Expand Down

0 comments on commit ccca498

Please sign in to comment.