From c486da32b151a5d29276a9b5ee5b705f91b8bd01 Mon Sep 17 00:00:00 2001
From: Javier Viola <363911+pepoviola@users.noreply.github.com>
Date: Tue, 19 Mar 2024 18:10:45 +0100
Subject: [PATCH] chore: bump zombienet version (1.3.95) (#3745)

Bump zombienet version, this version have the latest version of
`@polkadot/api` module and fix the failures in CI (e.g
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5570106).

Thanks!
---
 .gitlab/pipeline/zombienet.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/pipeline/zombienet.yml b/.gitlab/pipeline/zombienet.yml
index 55120e66d0e..8d308714fab 100644
--- a/.gitlab/pipeline/zombienet.yml
+++ b/.gitlab/pipeline/zombienet.yml
@@ -1,7 +1,7 @@
 .zombienet-refs:
   extends: .build-refs
   variables:
-    ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.91"
+    ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.95"
 
 include:
   # substrate tests
-- 
GitLab