We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e37941 commit 860a5cfCopy full SHA for 860a5cf
2 files changed
.github/workflows/integration-test.yml
@@ -51,7 +51,7 @@ jobs:
51
bash integration-test/${{matrix.cluster}}/cluster.sh
52
53
- name: setup python
54
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
55
with:
56
python-version: 3.13
57
.github/workflows/pypi-publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v4
19
20
21
22
23
0 commit comments