From e5ffd30c018aa366616a7413253d6113a8d376b5 Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Mon, 24 Oct 2022 10:54:06 +0200 Subject: [PATCH] Upgraded foundry-storage-check --- .github/workflows/ci-storage-check-aave-v2.yml | 4 ++-- .github/workflows/ci-storage-check-compound.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-storage-check-aave-v2.yml b/.github/workflows/ci-storage-check-aave-v2.yml index e7c54317a..50d2e81d8 100644 --- a/.github/workflows/ci-storage-check-aave-v2.yml +++ b/.github/workflows/ci-storage-check-aave-v2.yml @@ -38,11 +38,11 @@ jobs: version: nightly - name: Check Morpho storage layout - uses: Rubilmax/foundry-storage-check@v2 + uses: Rubilmax/foundry-storage-check@v2.1 with: contract: contracts/aave-v2/Morpho.sol:Morpho - name: Check RewardsManager storage layout - uses: Rubilmax/foundry-storage-check@v2 + uses: Rubilmax/foundry-storage-check@v2.1 with: contract: contracts/aave-v2/RewardsManager.sol:RewardsManager diff --git a/.github/workflows/ci-storage-check-compound.yml b/.github/workflows/ci-storage-check-compound.yml index 05081e809..17df43cfa 100644 --- a/.github/workflows/ci-storage-check-compound.yml +++ b/.github/workflows/ci-storage-check-compound.yml @@ -38,11 +38,11 @@ jobs: version: nightly - name: Check Morpho storage layout - uses: Rubilmax/foundry-storage-check@v2 + uses: Rubilmax/foundry-storage-check@v2.1 with: contract: contracts/compound/Morpho.sol:Morpho - name: Check RewardsManager storage layout - uses: Rubilmax/foundry-storage-check@v2 + uses: Rubilmax/foundry-storage-check@v2.1 with: contract: contracts/compound/RewardsManager.sol:RewardsManager