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