From 1bdd43ff4d6d76a4e0fe4069e3d270773b3c345c Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 17 Oct 2024 08:28:06 +0200 Subject: [PATCH] ci: Fix docs generation (#2481) --- .github/workflows/docs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e2453b37d..e81772b92 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,11 @@ jobs: name: Docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@v4 + - name: Install Python + uses: actions/setup-python@v5 + with: + python-version: '3.12' - name: Use Node.js LTS uses: actions/setup-node@v3 with: