We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b653923 commit 86402e6Copy full SHA for 86402e6
.github/workflows/pythonpackage.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
fetch-depth: 0
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
25
26
python-version: ${{ matrix.python-version }}
27
allow-prereleases: ${{ matrix.experimental }}
0 commit comments