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 0146bc6 commit 50d08ecCopy full SHA for 50d08ec
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
image: python:${{ matrix.python-version }}-slim
24
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
0 commit comments