Skip to content

Commit bebc512

Browse files
committed
change earthly cat-ci version
1 parent 9527127 commit bebc512

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.2.15 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.2.15 AS cspell-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:feat/cargo-deny-check AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:feat/cargo-deny-check AS cspell-ci
55

66
FROM debian:stable-slim
77

docs/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/docs:v3.2.15 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:feat/cargo-deny-check AS docs-ci
44

55
IMPORT .. AS repo
66

rust/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.2.19 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:feat/cargo-deny-check AS rust-ci
44

55
COPY_SRC:
66
FUNCTION

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.2.15 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::feat/cargo-deny-check AS rust-ci
44

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

rust/cbork/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.2.15 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::feat/cargo-deny-check AS rust-ci
44

55
IMPORT .. AS rust-local
66

0 commit comments

Comments
 (0)