File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 id : version
178178
179179 - name : Cache examples
180- uses : actions/cache@v3
180+ uses : actions/cache@v4
181181 with :
182182 path : doc/source/examples
183183 key : Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYFLUENT_PARAMETRIC_VERSION }}-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}-${{ hashFiles('examples/**') }}-${{ github.sha }}
@@ -198,7 +198,7 @@ jobs:
198198
199199 - name : Deploy
200200 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev')
201- uses : ansys/actions/doc-deploy-stable@v5
201+ uses : ansys/actions/doc-deploy-stable@v6
202202 with :
203203 doc-artifact-name : ' HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
204204 cname : ${{ env.DOCUMENTATION_CNAME }}
Original file line number Diff line number Diff line change 5353 retention-days : 7
5454
5555 - name : Deploy
56- uses : ansys/actions/doc-deploy-dev@v5
56+ uses : ansys/actions/doc-deploy-dev@v6
5757 with :
5858 doc-artifact-name : HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
5959 cname : ${{ env.DOCUMENTATION_CNAME }}
You can’t perform that action at this time.
0 commit comments