From 2533d719557c63e82099910f6473310502f5c2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 4 Sep 2024 12:17:03 +0200 Subject: [PATCH] deps: bump Zinnia from 0.20.3 to 0.20.3 (#590) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump [zinnia](https://github.com/filecoin-station/zinnia) to 0.20.3. - [Release notes](https://github.com/filecoin-station/zinnia/releases/v0.20.3) - [Commits](https://github.com/filecoin-station/zinnia/compare/v0.20.2...v0.20.3) Signed-off-by: Miroslav Bajtoš --- lib/zinnia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zinnia.js b/lib/zinnia.js index 805fc722..980600fb 100644 --- a/lib/zinnia.js +++ b/lib/zinnia.js @@ -6,7 +6,7 @@ import pRetry from 'p-retry' import timers from 'node:timers/promises' import { join } from 'node:path' -const ZINNIA_DIST_TAG = 'v0.20.2' +const ZINNIA_DIST_TAG = 'v0.20.3' const ZINNIA_MODULES = [ { module: 'spark',