We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1ace75 + 36dd418 commit 7d6f97cCopy full SHA for 7d6f97c
.github/workflows/pythonpackage.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
allow-prereleases: ${{ matrix.experimental }}
0 commit comments