-
Notifications
You must be signed in to change notification settings - Fork 140
ci: bump ansys/actions from 10.1.0 to 10.1.3 in the actions group #4230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
04057d7
ci: bump ansys/actions from 10.1.0 to 10.1.1 in the actions group
dependabot[bot] b14d0ed
chore: adding changelog file 4230.maintenance.md [dependabot-skip]
pyansys-ci-bot 8d362d5
Merge branch 'main' into dependabot/github_actions/actions-e52ec1bb38
germa89 df2b3c1
Merge branch 'main' into dependabot/github_actions/actions-e52ec1bb38
germa89 43f9102
fix: update action versions in CI workflows to latest stable releases
germa89 f69510d
revert: "fix: update action versions in CI workflows to latest stabl…
germa89 81adfb5
chore: adding changelog file 4230.maintenance.md [dependabot-skip]
pyansys-ci-bot 38b2699
fix: update action versions in CI workflows to v10.1.3
germa89 cf7b460
Merge branch 'dependabot/github_actions/actions-e52ec1bb38' of https:…
germa89 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -69,7 +69,7 @@ jobs: | |
| contents: write | ||
| pull-requests: write | ||
| steps: | ||
| - uses: ansys/actions/[email protected].0 | ||
| - uses: ansys/actions/[email protected].1 | ||
| with: | ||
| token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} | ||
| bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} | ||
|
|
@@ -82,7 +82,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Check pull-request name | ||
| uses: ansys/actions/[email protected].0 | ||
| uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
|
|
||
|
|
@@ -95,7 +95,7 @@ jobs: | |
| folder: ["doc", "examples"] | ||
| steps: | ||
| - name: "Ansys documentation style checks" | ||
| uses: ansys/actions/[email protected].0 | ||
| uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
| files: ${{ matrix.folder }} | ||
|
|
@@ -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/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| library-name: ${{ env.PACKAGE_NAME }} | ||
| operating-system: ${{ matrix.os }} | ||
|
|
@@ -144,7 +144,7 @@ jobs: | |
| name: "Check library vulnerabilities" | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: ansys/actions/[email protected].0 | ||
| - uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| python-version: ${{ env.MAIN_PYTHON_VERSION }} | ||
| token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} | ||
|
|
@@ -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/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| cname: ${{ env.DOCUMENTATION_CNAME }} | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
|
|
@@ -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/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| library-name: ${{ env.PACKAGE_NAME }} | ||
| python-version: ${{ env.MAIN_PYTHON_VERSION }} | ||
|
|
@@ -365,7 +365,7 @@ jobs: | |
| skip-existing: false | ||
|
|
||
| - name: "Release to GitHub" | ||
| uses: ansys/actions/[email protected].0 | ||
| uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| library-name: ${{ env.PACKAGE_NAME }} | ||
| additional-artifacts: "minimum_requirements.txt" | ||
|
|
@@ -379,7 +379,7 @@ jobs: | |
| needs: [release] | ||
| steps: | ||
| - name: "Deploy the stable documentation" | ||
| uses: ansys/actions/[email protected].0 | ||
| uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| cname: ${{ env.DOCUMENTATION_CNAME }} | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
|
|
@@ -395,7 +395,7 @@ jobs: | |
| needs: [docs-build] | ||
| steps: | ||
| - name: "Deploy the latest documentation" | ||
| uses: ansys/actions/[email protected].0 | ||
| uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| cname: ${{ env.DOCUMENTATION_CNAME }} | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ jobs: | |
| steps: | ||
|
|
||
| - name: "Perform versions cleanup - except certain tags" | ||
| uses: ansys/actions/[email protected].0 | ||
| uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| package-name: 'mapdl' | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -127,7 +127,7 @@ jobs: | |
| pull-requests: write | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: ansys/actions/[email protected].0 | ||
| - uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} | ||
| bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }} | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ jobs: | |
| name: "Deploy PR documentation" | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: ansys/actions/[email protected].0 | ||
| - uses: ansys/actions/[email protected].1 | ||
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| cname: ${{ env.DOCUMENTATION_CNAME }} | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Bump ansys/actions from 10.1.0 to 10.1.1 in the actions group |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.