From d7ae00592e41f2638fc5c18e539efa0ae3a58c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:17:48 +0000 Subject: [PATCH 1/2] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [actions/labeler](https://github.com/actions/labeler). Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.4...v1.13.0) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 2 +- .github/workflows/label.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b2756f7..32ee054 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -137,7 +137,7 @@ jobs: path: ${{ env.LIBRARY_NAME }}-artifacts - name: "Upload artifacts to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 909eb12..4147527 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -33,7 +33,7 @@ jobs: # Label based on modified files - name: Label based on changed files - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} From 895ae0de78906eaa785f8aaac6911157a044d561 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:18:47 +0000 Subject: [PATCH 2/2] chore: adding changelog file 45.miscellaneous.md [dependabot-skip] --- doc/changelog.d/45.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/45.miscellaneous.md diff --git a/doc/changelog.d/45.miscellaneous.md b/doc/changelog.d/45.miscellaneous.md new file mode 100644 index 0000000..2bd2b7a --- /dev/null +++ b/doc/changelog.d/45.miscellaneous.md @@ -0,0 +1 @@ +Chore(deps): bump the actions group with 2 updates