Skip to content

Commit 95691ea

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [ansys/actions](https://github.com/ansys/actions). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `ansys/actions` from 5 to 6 - [Release notes](https://github.com/ansys/actions/releases) - [Commits](ansys/actions@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: ansys/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d89b1c commit 95691ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/nightly-doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)