We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ed398 commit af9a59cCopy full SHA for af9a59c
.github/workflows/python-package.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v6
20
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
0 commit comments