From 9fc75c624783fe6fad4dd97dedd0ef152ddb234c Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Tue, 30 Apr 2024 10:55:34 +0200 Subject: [PATCH] chore: pin ethereum tests (#7986) --- .github/workflows/unit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 91a247fac..05ff09609 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -57,6 +57,7 @@ jobs: uses: actions/checkout@v4 with: repository: ethereum/tests + ref: 1c23e3c27ac53b794de0844d2d5e19cd2495b9d8 path: testing/ef-tests/ethereum-tests submodules: recursive fetch-depth: 1