We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044a8bf commit 6660b84Copy full SHA for 6660b84
.github/workflows/pythonpackage.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
fetch-depth: 9999
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
29
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies and prepare tests
0 commit comments