From 573ebc59346225bd1ccd18db0fb3e297a2c4b1af Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 9 Jul 2024 19:39:44 +0800 Subject: [PATCH] compliance test ref --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 03068ca..c8ed8c4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -101,7 +101,7 @@ jobs: - uses: actions/checkout@v3 with: repository: cerc-io/eth-statediff-compliance - ref: v0.2.0 + ref: v0.3.0 path: ./eth-statediff-compliance token: ${{ secrets.CICD_REPO_TOKEN }} - uses: actions/setup-go@v4