Skip to content

Commit 348bdbb

Browse files
ci(deps): bump the minor-and-patch group across 1 directory with 2 updates
Bumps the minor-and-patch group with 2 updates in the / directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [chuhlomin/render-template](https://github.com/chuhlomin/render-template). 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](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) Updates `chuhlomin/render-template` from 1.4 to 1.10 - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](chuhlomin/render-template@v1.4...v1.10) --- 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: minor-and-patch - dependency-name: chuhlomin/render-template dependency-version: '1.10' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6504148 commit 348bdbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
(github.event_name == 'push' &&
167167
startsWith(github.ref, 'refs/tags/v')
168168
) || github.event.inputs.publish_to_pypi == 'true'
169-
uses: pypa/gh-action-pypi-publish@v1.12.4
169+
uses: pypa/gh-action-pypi-publish@v1.13.0
170170

171171
publish_sdm:
172172
name: Publish SDM to DockerHub

.github/workflows/welcome-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Render template
3333
id: template
34-
uses: chuhlomin/render-template@v1.4
34+
uses: chuhlomin/render-template@v1.10
3535
with:
3636
# Use a different template for internal vs forks (community)
3737
template: ${{ github.event.pull_request.head.repo.fork == true && '.github/pr-welcome-community.md' || '.github/pr-welcome-internal.md' }}

0 commit comments

Comments
 (0)