We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85d48e commit 2c27dafCopy full SHA for 2c27daf
.github/workflows/_test.yml
@@ -21,7 +21,7 @@ jobs:
21
# TODO - periodically check if conditional services are supported; https://github.com/actions/runner/issues/822
22
services:
23
devnet:
24
- image: ${{ (inputs.use-devnet) && 'shardlabs/starknet-devnet-rs:0.0.3-seed0' || '' }}
+ image: ${{ (inputs.use-devnet) && 'shardlabs/starknet-devnet-rs:0.0.4-seed0' || '' }}
25
ports:
26
- 5050:5050
27
0 commit comments