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 662571a commit 45b3be0Copy full SHA for 45b3be0
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
key: ${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('requirements/*.txt') }}
23
lookup-only: true
24
- name: Set up Python ${{ env.PYTHON_VERSION }}
25
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
26
with:
27
python-version: ${{ env.PYTHON_VERSION }}
28
- name: Install Poppler
0 commit comments