Skip to content

Commit 223b5d6

Browse files
authored
bump cat-ci versions to v3.6.6 (#700)
1 parent c38e867 commit 223b5d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ VERSION 0.8
33
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.6 AS mdlint-ci
44
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.6 AS cspell-ci
55
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.6 AS python-ci
6-
IMPORT github.com/input-output-hk/catalyst-ci:v3.6.0 AS cat-ci
7-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.6.1 AS debian
6+
IMPORT github.com/input-output-hk/catalyst-ci:v3.6.6 AS cat-ci
7+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.6.6 AS debian
88

99

1010
# check-markdown : markdown check using catalyst-ci.

rust/c509-certificate/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.6.1 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.6.6 AS rust-ci
44

55
IMPORT .. AS rust-local
66
IMPORT ../.. AS repo

0 commit comments

Comments
 (0)