We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864e173 commit 4f75e05Copy full SHA for 4f75e05
1 file changed
.github/workflows/python.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v6
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
0 commit comments