diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 767f407de..796acc586 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -41,7 +41,7 @@ jobs: - if: ${{ steps.skip_check.outputs.should_skip != 'true' }} name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow CACHE_NUMBER: 0 diff --git a/.github/workflows/docs_workflow.yml b/.github/workflows/docs_workflow.yml index 385849fd3..109cc9391 100644 --- a/.github/workflows/docs_workflow.yml +++ b/.github/workflows/docs_workflow.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increase this value to reset cache if deploy/conda-dev-spec.template has not changed in the workflow CACHE_NUMBER: 0