From 04c7575b26c0da3954bbd5532c5a580dd3c9fecc Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Tue, 1 Oct 2024 16:11:09 +0200 Subject: [PATCH] fix action --- .github/workflows/sphinx-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sphinx-build.yml b/.github/workflows/sphinx-build.yml index ca34833..1bed54c 100644 --- a/.github/workflows/sphinx-build.yml +++ b/.github/workflows/sphinx-build.yml @@ -9,10 +9,10 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Create the new documentation - uses: ammaraskar/sphinx-action@master + uses: ammaraskar/sphinx-action@7.4.7 with: pre-build-command: "python3 -m pip install .[docs]" docs-folder: "docs/"