diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index 0cfdf4507a..da674bb4cb 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -30,7 +30,7 @@ jobs: with: python-version: '3.12' - name: Cache Python packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: # Cache the Python package environment, excluding pip and setuptools installed by setup-python path: | @@ -51,7 +51,7 @@ jobs: pip install -r docs/requirements.txt - name: Setup Emscripten cache id: cache-system-libraries - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{env.EM_CACHE_FOLDER}} key: ${{env.EM_VERSION}}-${{ runner.os }}