We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfacac commit 0522957Copy full SHA for 0522957
.github/workflows/pythonpackage.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
19
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
with:
23
fetch-depth: 1000
24
- name: Set up Python ${{ matrix.python-version }}
0 commit comments