Skip to content

Commit 55a0422

Browse files
2 parents 17848e2 + 943cf36 commit 55a0422

18 files changed

+26
-12
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
path: ${{ env.PACKAGE_NAME }}-artifacts
176176

177177
- name: "Upload artifacts to PyPI using trusted publisher"
178-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
178+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
179179
with:
180180
repository-url: "https://upload.pypi.org/legacy/"
181181
print-hash: true

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
# Label based on modified files
3737
- name: Label based on changed files
38-
uses: actions/labeler@v5
38+
uses: actions/labeler@v6
3939
with:
4040
repo-token: ${{ secrets.GITHUB_TOKEN }}
4141
sync-labels: true

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/adamchainz/blacken-docs
3-
rev: 1.19.1
3+
rev: 1.20.0
44
hooks:
55
- id: blacken-docs
66
additional_dependencies: [black==23.12.1]
@@ -34,7 +34,7 @@ repos:
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.12.9
37+
rev: v0.13.0
3838
hooks:
3939
- id: ruff
4040
args: [--fix]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump pyvista from 0.46.1 to 0.46.2 in the pyvista group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump the general-dependencies group with 2 updates
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump pyvista from 0.46.2 to 0.46.3 in the pyvista group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump ansys-sphinx-theme from 1.5.3 to 1.6.0 in the doc-dependencies group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0

0 commit comments

Comments
 (0)