Skip to content

Commit

Permalink
feat: rollback check_storage_layou to @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 3, 2024
1 parent 755a66e commit 15ce5e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/core-contracts-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ jobs:
contract: ${{ fromJSON(needs.provide_contracts.outputs.matrix) }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 2 # Ensure the previous commit is available for comparison

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
Expand Down

0 comments on commit 15ce5e6

Please sign in to comment.