Skip to content

Commit fba2127

Browse files
Build(deps): bump ansys/actions from 8 to 9 in the actions-deps group (#260)
Bumps the actions-deps group with 1 update: [ansys/actions](https://github.com/ansys/actions). Updates `ansys/actions` from 8 to 9 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v8...v9) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1cc157 commit fba2127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: PyAnsys code style checks
25-
uses: ansys/actions/code-style@v8
25+
uses: ansys/actions/code-style@v9
2626
with:
2727
python-version: ${{ env.MAIN_PYTHON_VERSION }}
2828

.github/workflows/package_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636

3737
- name: "Perform versions cleanup - except certain tags"
38-
uses: ansys/actions/hk-package-clean-except@v8
38+
uses: ansys/actions/hk-package-clean-except@v9
3939
with:
4040
package-org: 'ansys'
4141
package-name: ${{ matrix.image }}

0 commit comments

Comments
 (0)