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