From 5fc2b03ac48cf198ca7949bfa2a5750d72b4696d Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 27 Apr 2023 19:54:05 +0200 Subject: [PATCH] ci(docs): try to fix the python version --- .github/workflows/compile_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index b7c11a829..431978e2f 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -19,9 +19,9 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: '3.10' - name: Cache Python packages uses: actions/cache@v2 with: