We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c789ff commit 55cc6abCopy full SHA for 55cc6ab
.github/workflows/docker-test.yml
@@ -184,7 +184,7 @@ jobs:
184
- name: Set up Python
185
uses: actions/setup-python@main
186
with:
187
- python-version: '3.11'
+ python-version: '3.13'
188
check-latest: true
189
- name: Enable KVM
190
if: matrix.test-strategy == 'test_node_relay' && contains(matrix.os, 'arm') == false
.github/workflows/nightly.yml
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
- name: Update tag in docs and files
122
run: ./update_tag_in_docs_and_files.sh ${LATEST_TAG} ${NEXT_TAG}
0 commit comments