From 97a2926c9f52a2e7874afd764ff1ca93c7a4ba27 Mon Sep 17 00:00:00 2001 From: Mikhail Melnik Date: Fri, 30 Aug 2024 18:22:41 +0400 Subject: [PATCH] use latest commit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4b380c..8ca82a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 with: repository: matter-labs/foundry-zksync - ref: '${{ vars.FOUNDRY_ZKSYNC_COMMIT }}' + ref: 'a1155ab78056eca730343d4268b851750e453166' path: 'foundry-zksync' - name: Install Foundry for zksync @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v4 with: repository: matter-labs/foundry-zksync - ref: '${{ vars.FOUNDRY_ZKSYNC_COMMIT }}' + ref: 'a1155ab78056eca730343d4268b851750e453166' path: 'foundry-zksync' - name: Install Foundry for zksync