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.
1 parent 020f7e2 commit 31f1240Copy full SHA for 31f1240
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
persist-credentials: false
29
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
with:
33
python-version: ${{ matrix.python-version }}
34
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
0 commit comments