Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: ansys/actions/[email protected].0
- uses: ansys/actions/doc-deploy-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check pull-request name
uses: ansys/actions/[email protected].0
uses: ansys/actions/check-pr-title@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -95,7 +95,7 @@ jobs:
folder: ["doc", "examples"]
steps:
- name: "Ansys documentation style checks"
uses: ansys/actions/[email protected].0
uses: ansys/actions/doc-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ matrix.folder }}
Expand All @@ -122,7 +122,7 @@ jobs:
steps:
- name: "Build wheelhouse and perform smoke test"
id: build-wheelhouse
uses: ansys/actions/[email protected].0
uses: ansys/actions/build-wheelhouse@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
Expand All @@ -144,7 +144,7 @@ jobs:
name: "Check library vulnerabilities"
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/[email protected].0
- uses: ansys/actions/check-vulnerabilities@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand All @@ -170,7 +170,7 @@ jobs:
needs: docs-build
if: contains(github.event.pull_request.labels.*.name, 'deploy pr docs')
steps:
- uses: ansys/actions/[email protected].0
- uses: ansys/actions/doc-deploy-pr@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Build library source and wheel artifacts"
uses: ansys/actions/[email protected].0
uses: ansys/actions/build-library@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
library-name: ${{ env.PACKAGE_NAME }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}
Expand All @@ -348,7 +348,7 @@ jobs:
contents: write
steps:
- name: "Download the library artifacts from build-library step"
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with:
name: ${{ env.PACKAGE_NAME }}-artifacts
path: ${{ env.PACKAGE_NAME }}-artifacts
Expand All @@ -357,15 +357,15 @@ jobs:
run: ls -Rla

- name: "Release to PyPI using trusted publisher"
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
with:
repository-url: "https://upload.pypi.org/legacy/"
print-hash: true
packages-dir: ${{ env.PACKAGE_NAME }}-artifacts
skip-existing: false

- name: "Release to GitHub"
uses: ansys/actions/[email protected].0
uses: ansys/actions/release-github@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
library-name: ${{ env.PACKAGE_NAME }}
additional-artifacts: "minimum_requirements.txt"
Expand All @@ -379,7 +379,7 @@ jobs:
needs: [release]
steps:
- name: "Deploy the stable documentation"
uses: ansys/actions/[email protected].0
uses: ansys/actions/doc-deploy-stable@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -395,7 +395,7 @@ jobs:
needs: [docs-build]
steps:
- name: "Deploy the latest documentation"
uses: ansys/actions/[email protected].0
uses: ansys/actions/doc-deploy-dev@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_clean_untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: "Perform versions cleanup - except certain tags"
uses: ansys/actions/[email protected].0
uses: ansys/actions/hk-package-clean-untagged@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
package-name: 'mapdl'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/[email protected].0
- uses: ansys/actions/doc-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3
with:
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: "Deploy PR documentation"
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/[email protected].0
- uses: ansys/actions/doc-deploy-pr@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/4230.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump ansys/actions from 10.1.0 to 10.1.3 in the actions group
Loading