Skip to content

Commit 171b64d

Browse files
authored
ci: upgrade rpc-tests in perf workflow (#2881)
1 parent ae0f69c commit 171b64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/perf-common-steps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818
run: |
1919
rm -rf ${{runner.workspace}}/rpc-tests
20-
git -c advice.detachedHead=false clone --depth 1 --branch v1.48.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
20+
git -c advice.detachedHead=false clone --depth 1 --branch v1.57.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
2121
cd ${{runner.workspace}}/rpc-tests
2222
pip3 install -r requirements.txt --break-system-packages
2323

0 commit comments

Comments
 (0)