Skip to content

Commit

Permalink
Build(deps): bump ansys/actions from 6 to 7 in the actions-deps group (
Browse files Browse the repository at this point in the history
…#215)

Bumps the actions-deps group with 1 update: [ansys/actions](https://github.com/ansys/actions).


Updates `ansys/actions` from 6 to 7
- [Release notes](https://github.com/ansys/actions/releases)
- [Commits](ansys/actions@v6...v7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent a170d8b commit 36346c4
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys code style checks
uses: ansys/actions/code-style@v6
uses: ansys/actions/code-style@v7
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:

- name: "Perform versions cleanup - except certain tags"
uses: ansys/actions/hk-package-clean-except@v6
uses: ansys/actions/hk-package-clean-except@v7
with:
package-org: 'ansys'
package-name: ${{ matrix.image }}
Expand Down

0 comments on commit 36346c4

Please sign in to comment.