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
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: ansys/actions/[email protected].0
- uses: ansys/actions/[email protected].8
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check pull-request name
uses: ansys/actions/[email protected].0
uses: ansys/actions/[email protected].8
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -79,7 +79,7 @@ jobs:
folder: ["doc", "examples"]
steps:
- name: "Ansys documentation style checks"
uses: ansys/actions/[email protected].0
uses: ansys/actions/[email protected].8
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ matrix.folder }}
Expand All @@ -106,7 +106,7 @@ jobs:
steps:
- name: "Build wheelhouse and perform smoke test"
id: build-wheelhouse
uses: ansys/actions/[email protected].0
uses: ansys/actions/[email protected].8
with:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
Expand All @@ -128,7 +128,7 @@ jobs:
name: "Check library vulnerabilities"
runs-on: ubuntu-22.04
steps:
- uses: ansys/actions/[email protected].0
- uses: ansys/actions/[email protected].8
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Build library source and wheel artifacts"
uses: ansys/actions/[email protected].0
uses: ansys/actions/[email protected].8
with:
library-name: ${{ env.PACKAGE_NAME }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}
Expand All @@ -317,7 +317,7 @@ jobs:
contents: write
steps:
- name: "Download the library artifacts from build-library step"
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: ${{ env.PACKAGE_NAME }}-artifacts
path: ${{ env.PACKAGE_NAME }}-artifacts
Expand All @@ -334,7 +334,7 @@ jobs:
skip-existing: false

- name: "Release to GitHub"
uses: ansys/actions/[email protected].0
uses: ansys/actions/[email protected].8
with:
library-name: ${{ env.PACKAGE_NAME }}
additional-artifacts: "minimum_requirements.txt"
Expand All @@ -348,7 +348,7 @@ jobs:
needs: [release]
steps:
- name: "Deploy the stable documentation"
uses: ansys/actions/[email protected].0
uses: ansys/actions/[email protected].8
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -364,7 +364,7 @@ jobs:
needs: [docs-build]
steps:
- name: "Deploy the latest documentation"
uses: ansys/actions/[email protected].0
uses: ansys/actions/[email protected].8
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/[email protected].8
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/[email protected].8
with:
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3995.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ci: bump the actions group with 2 updates
Loading