mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
fix action versions
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
1c7c5b6254
commit
d9b70dfd54
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
||||
build-docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install poetry
|
||||
run: pipx install poetry==1.8.3
|
||||
shell: bash
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
cache: 'poetry'
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user