We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956f22b commit 87c4002Copy full SHA for 87c4002
.github/workflows/python-package.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
0 commit comments