We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be483fc + 86402e6 commit bcbe5dfCopy full SHA for bcbe5df
.github/workflows/pythonpackage.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
fetch-depth: 0
28
- name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
30
31
python-version: ${{ matrix.python-version }}
32
allow-prereleases: ${{ matrix.experimental }}
0 commit comments