Skip to content

Commit 95b0661

Browse files
build(deps): bump the ci-dependencies group across 1 directory with 2 updates
Bumps the ci-dependencies group with 2 updates in the /.github/workflows directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7.0.5...v7.0.7) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a99c755 commit 95b0661

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434

3535
- name: "Publish package"
3636
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
37-
uses: "pypa/gh-action-pypi-publish@v1.12.3"
37+
uses: "pypa/gh-action-pypi-publish@v1.12.4"
3838
with:
3939
attestations: false # Disable attestations until publishing to PyPI from reusable workflow will be fixed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
private_key: "${{ secrets.BADABUMP_APP_PRIVATE_KEY }}"
4848

4949
- name: "Create pull request with changed files"
50-
uses: "peter-evans/create-pull-request@v7.0.5"
50+
uses: "peter-evans/create-pull-request@v7.0.7"
5151
with:
5252
token: "${{ steps.token.outputs.token }}"
5353
commit-message: |

0 commit comments

Comments
 (0)