Skip to content

Commit b31ad2b

Browse files
Fix daily workflow (#1486)
* Checkout main-v0.14.1 for daily workflow * Update starknet-blocks references
1 parent 53371a9 commit b31ad2b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
repository: lambdaclass/sequencer
100100
path: sequencer
101-
ref: main-v0.14.0
101+
ref: main-v0.14.1
102102

103103
- name: Restore RPC Calls
104104
id: restore-rpc-calls

.github/workflows/starknet-blocks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
repository: lambdaclass/starknet-replay
3434
path: starknet-replay
35-
# https://github.com/lambdaclass/starknet-replay/pull/213
36-
ref: 4d63d69d2ab01ce8ba83eb785cb87b3c86c07fdc
35+
ref: d19cefe42fc8739f43dc8d6bf039c7ad7a6b9d44
36+
3737
# We need native to use the linux deps ci action
3838
- name: Checkout Native
3939
uses: actions/checkout@v4
@@ -44,8 +44,8 @@ jobs:
4444
with:
4545
repository: lambdaclass/sequencer
4646
path: sequencer
47-
# https://github.com/lambdaclass/sequencer/pull/81
48-
ref: bc3349ec0099d0e2a968c52889c9ac5cfd441e76
47+
# branch main-v0.14.1
48+
ref: a8b02584891d84052c2e22e3a233024fc4fada51
4949

5050
- name: Restore RPC Calls
5151
id: restore-rpc-calls

0 commit comments

Comments
 (0)