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 f8a4535 commit 8c04325Copy full SHA for 8c04325
.github/workflows/python.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
0 commit comments