diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2f33dc64a..9e79862f8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} - name: Install dependencies @@ -105,7 +105,7 @@ jobs: sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex libgomp1 - name: "Set up Python using cache" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} cache: 'pip'