Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/snapsync-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ runs:
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
enclave_name: ethrex-assertoor-${{ inputs.network }}-${{ inputs.cl_type }}
kurtosis_version: 1.10.2
kurtosis_version: 1.15.2
ethereum_package_url: github.com/ethpandaops/ethereum-package
ethereum_package_branch: 82e5a7178138d892c0c31c3839c89d53ffd42d9a
ethereum_package_args: .github/config/assertoor/network_params.generated.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-main_l1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
enclave_name: ${{ matrix.enclave_name }}
kurtosis_version: "1.10.2"
kurtosis_version: "1.15.2"
ethereum_package_url: "github.com/ethpandaops/ethereum-package"
ethereum_package_branch: "82e5a7178138d892c0c31c3839c89d53ffd42d9a"
ethereum_package_args: ${{ matrix.ethereum_package_args }}
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
uses: ethpandaops/[email protected]
with:
hive_repository: ethereum/hive
hive_version: 7709e5892146c793307da072e1593f48039a7e4b
hive_version: 0ee187ce394720a5902c135324ac7de4240cbb37
simulator: ${{ matrix.simulation }}
client: ethrex
client_config: ${{ steps.client-config.outputs.config }}
Expand Down
Loading