From a3f6d0a7d0322adbc81074e64959f49ac097c049 Mon Sep 17 00:00:00 2001 From: hs Date: Wed, 11 Sep 2024 20:17:15 +0800 Subject: [PATCH] update python version --- .github/workflows/deploy_sphinx_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_sphinx_docs.yml b/.github/workflows/deploy_sphinx_docs.yml index bc0ba471..993d2c4f 100644 --- a/.github/workflows/deploy_sphinx_docs.yml +++ b/.github/workflows/deploy_sphinx_docs.yml @@ -16,9 +16,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@master with: - python_version: '3.10' + python-version: '3.10' - name: Choose which pandoc to use shell: bash run: |