diff --git a/l2-contracts/.github/workflows/ci.yml b/l2-contracts/.github/workflows/ci.yml index cfaac6e..ac624bf 100644 --- a/l2-contracts/.github/workflows/ci.yml +++ b/l2-contracts/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: forge test --no-match-path .integration.t.sol - name: Run Era test node - uses: dutterbutter/era-test-node-action@v0.1.0 + uses: dutterbutter/era-test-node-action@v0.1.3 - name: Run tests run: npx hardhat test