We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f494925 commit ee650b3Copy full SHA for ee650b3
.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
- name: Set up Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
33
with:
34
allow-prereleases: true
35
python-version: ${{ matrix.python-version }}
0 commit comments