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 a2e80cc + 596984c commit c9efb93Copy full SHA for c9efb93
.github/workflows/integration-test.yaml
@@ -60,7 +60,7 @@ jobs:
60
61
steps:
62
- uses: actions/checkout@v5
63
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
64
with:
65
python-version: "3.10"
66
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
127
128
129
cache: pip
.github/workflows/unit-test.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
python-version: "${{ matrix.python_version }}"
55
0 commit comments