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.
2 parents 5cb6b69 + f1c7e2d commit aec331bCopy full SHA for aec331b
.github/workflows/integration-test.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
steps:
56
- uses: actions/checkout@v4
57
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
58
with:
59
python-version: "3.10"
60
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
123
.github/workflows/unit-test.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
python-version: "${{ matrix.python_version }}"
0 commit comments