From e2848d4ef7aad60fa2a5cc203bbe795f33096c41 Mon Sep 17 00:00:00 2001 From: catalyst-cibot Date: Wed, 19 Nov 2025 13:49:52 +0000 Subject: [PATCH] chore(catalyst-ci): Update catalyst-ci to v3.6.6 --- Earthfile | 6 +++--- docs/Earthfile | 2 +- docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile | 2 +- rust/Earthfile | 2 +- specs/Earthfile | 2 +- utilities/docs-preview/Earthfile | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Earthfile b/Earthfile index fc633087d8..627d54f5a5 100644 --- a/Earthfile +++ b/Earthfile @@ -1,8 +1,8 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.1 AS mdlint-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.1 AS cspell-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.1 AS python-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.6 AS mdlint-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.6 AS cspell-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.6 AS python-ci IMPORT github.com/input-output-hk/catalyst-ci:v3.6.0 AS cat-ci FROM debian:stable-slim diff --git a/docs/Earthfile b/docs/Earthfile index 1d734d7c4a..208db9de21 100644 --- a/docs/Earthfile +++ b/docs/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.1 AS docs-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.6 AS docs-ci IMPORT .. AS repo diff --git a/docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile b/docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile index deac70e82b..f67bacad4b 100644 --- a/docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile +++ b/docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.6.1 AS cddl-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.6.6 AS cddl-ci check-cddl: FROM cddl-ci+cddl-base diff --git a/rust/Earthfile b/rust/Earthfile index cf9577302e..46dc6d7509 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.1 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.6 AS rust-ci IMPORT ../ AS repo-ci COPY_SRC: diff --git a/specs/Earthfile b/specs/Earthfile index bfcfc54a64..491d6ab521 100644 --- a/specs/Earthfile +++ b/specs/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.1 AS python-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.6 AS python-ci IMPORT ../docs AS docs diff --git a/utilities/docs-preview/Earthfile b/utilities/docs-preview/Earthfile index 4ef5ae46d1..af7acde8e6 100644 --- a/utilities/docs-preview/Earthfile +++ b/utilities/docs-preview/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.1 AS docs-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.6 AS docs-ci # update-docs-dev-script: get the latest docs dev script from CI. update-docs-dev-script: