Skip to content

Commit

Permalink
Bump pyansys/actions from 3 to 4 (#213)
Browse files Browse the repository at this point in the history
Bumps [pyansys/actions](https://github.com/pyansys/actions) from 3 to 4.
- [Release notes](https://github.com/pyansys/actions/releases)
- [Commits](ansys/actions@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: janvonrickenbach <[email protected]>
  • Loading branch information
dependabot[bot] and janvonrickenbach authored Feb 28, 2023
1 parent fc0a1d9 commit de43984
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: "Documentation style"
runs-on: ubuntu-latest
steps:
- uses: pyansys/actions/doc-style@v3
- uses: pyansys/actions/doc-style@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
needs: [doc-style, doc-build, code-style, tests, tests_minimal_version]
steps:
- name: "Build library source and wheel artifacts"
uses: pyansys/actions/build-library@v3
uses: pyansys/actions/build-library@v4
with:
library-name: ${{ env.PACKAGE_NAME }}

Expand All @@ -201,7 +201,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build-package]
steps:
- uses: pyansys/actions/doc-deploy-dev@v3
- uses: pyansys/actions/doc-deploy-dev@v4
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -214,14 +214,14 @@ jobs:
steps:

- name: "Release to the public PyPI repository"
uses: pyansys/actions/release-pypi-public@v3
uses: pyansys/actions/release-pypi-public@v4
with:
library-name: ${{ env.PACKAGE_NAME }}
twine-username: "__token__"
twine-token: ${{ secrets.PYPI_TOKEN }}

- name: "Release to GitHub"
uses: pyansys/actions/release-github@v3
uses: pyansys/actions/release-github@v4
with:
library-name: ${{ env.PACKAGE_NAME }}

Expand All @@ -231,7 +231,7 @@ jobs:
needs: [release]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
steps:
- uses: pyansys/actions/doc-deploy-stable@v3
- uses: pyansys/actions/doc-deploy-stable@v4
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/package_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Delete untagged package versions"
uses: pyansys/actions/hk-package-clean-untagged@main
uses: pyansys/actions/hk-package-clean-untagged@v4
with:
package-name: 'pydpf-composites'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de43984

Please sign in to comment.