From f20401e3d295c6eb2c5e51ddc8ccef3c4afb5a65 Mon Sep 17 00:00:00 2001 From: leovct Date: Wed, 27 Nov 2024 17:39:56 +0100 Subject: [PATCH] test with full sha --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10a1ea24..2cdc5498 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ concurrency: env: GO_VERSION: 1.22.x POLYCLI_VERSION: v0.1.64 - CDK_VERSION: a642291 # https://github.com/0xPolygon/cdk/commit/a6422912423e05f8 + CDK_VERSION: a6422912423e05f8b1494a3959de000e992499f9 # https://github.com/0xPolygon/cdk/commit/a6422912423e05f8 jobs: cdk-e2e-tests: