We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719eb5f commit 4584e34Copy full SHA for 4584e34
.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@v2
+ uses: actions/setup-python@v3
29
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies and prepare tests
0 commit comments