We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f50f5 commit ee97189Copy full SHA for ee97189
1 file changed
.github/workflows/testing.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v6
20
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
0 commit comments