Skip to content

Commit

Permalink
Merge branch 'main' of github.com:morpho-dao/morpho-tokenized-vaults …
Browse files Browse the repository at this point in the history
…into upgrade-0
  • Loading branch information
MerlinEgalite committed Dec 15, 2022
2 parents 2804956 + b1c1936 commit 36b26a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ci-foundry/action.yml
Expand Up @@ -56,7 +56,7 @@ runs:
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}

- name: Compare gas reports
uses: Rubilmax/foundry-gas-diff@v3.11
uses: Rubilmax/foundry-gas-diff@v3.12
with:
report: ${{ inputs.protocol }}.${{ inputs.network }}.gasreport.ansi
ignore: test/**/*,lib/**/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-storage-check-aave-v2.yml
Expand Up @@ -36,6 +36,6 @@ jobs:
version: nightly

- name: Check SupplyVault storage layout
uses: Rubilmax/foundry-storage-check@v2.1
uses: Rubilmax/foundry-storage-check@v2.1.2
with:
contract: src/aave-v2/SupplyVault.sol:SupplyVault
2 changes: 1 addition & 1 deletion .github/workflows/ci-storage-check-compound.yml
Expand Up @@ -36,6 +36,6 @@ jobs:
version: nightly

- name: Check SupplyVault storage layout
uses: Rubilmax/foundry-storage-check@v2.1
uses: Rubilmax/foundry-storage-check@v2.1.2
with:
contract: src/compound/SupplyVault.sol:SupplyVault

0 comments on commit 36b26a4

Please sign in to comment.