Skip to content

Commit

Permalink
Bump pyansys/actions from 2.0.7 to 3.0.7
Browse files Browse the repository at this point in the history
Bumps [pyansys/actions](https://github.com/pyansys/actions) from 2.0.7 to 3.0.7.
- [Release notes](https://github.com/pyansys/actions/releases)
- [Commits](ansys/actions@v2.0.7...v3.0.7)

---
updated-dependencies:
- dependency-name: pyansys/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2023
1 parent 4e24b24 commit d6ff856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Deploy
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
uses: pyansys/actions/doc-deploy-stable@v2.0.7
uses: pyansys/actions/doc-deploy-stable@v3.0.7
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
cname: ${{ env.DOCUMENTATION_CNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Deploy
if: matrix.image-tag == 'v23.1.0'
uses: pyansys/actions/doc-deploy-dev@v2.0.7
uses: pyansys/actions/doc-deploy-dev@v3.0.7
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
cname: ${{ env.DOCUMENTATION_CNAME }}
Expand Down

0 comments on commit d6ff856

Please sign in to comment.