Skip to content

Commit cab694a

Browse files
authored
chore: run latest kurtosis version again on CI (ethereum#823)
1 parent 08ce034 commit cab694a

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.github/actions/kurtosis-install/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inputs:
33
version:
44
description: 'Version to install'
55
required: false
6-
default: '1.3.1'
6+
default: 'latest'
77
runs:
88
using: composite
99
steps:

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
- name: Kurtosis Assertoor GitHub Action
7373
uses: ethpandaops/kurtosis-assertoor-github-action@v1
7474
with:
75-
kurtosis_version: "1.3.1"
7675
kurtosis_extra_args: "--image-download always --non-blocking-tasks --verbosity DETAILED"
7776
ethereum_package_branch: ""
7877
ethereum_package_args: .github/tests/mix-assert.yaml

.github/workflows/per-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
- name: Kurtosis Assertoor GitHub Action
7474
uses: ethpandaops/kurtosis-assertoor-github-action@v1
7575
with:
76-
kurtosis_version: "1.3.1"
7776
ethereum_package_url: "."
7877
ethereum_package_branch: ""
7978
ethereum_package_args: .github/tests/mix-assert.yaml

.github/workflows/run-k8s.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
id: testnet
3939
uses: ethpandaops/kurtosis-assertoor-github-action@v1
4040
with:
41-
kurtosis_version: "1.3.1"
4241
kurtosis_extra_args: "--image-download always --non-blocking-tasks --verbosity DETAILED"
4342
kurtosis_backend: "kubernetes"
4443
kubernetes_config: "${{ steps.kubeconfig.outputs.kubeconfig }}"

0 commit comments

Comments
 (0)