Skip to content

Commit d48f98f

Browse files
ci(deps): bump the minor-and-patch group across 1 directory with 3 updates
Bumps the minor-and-patch group with 3 updates in the / directory: [bcgov/action-pr-description-add](https://github.com/bcgov/action-pr-description-add), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [chuhlomin/render-template](https://github.com/chuhlomin/render-template). Updates `bcgov/action-pr-description-add` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/bcgov/action-pr-description-add/releases) - [Commits](bcgov/action-pr-description-add@v2.0.0...v2.0.1) 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: bcgov/action-pr-description-add dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - 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 80b7668 commit d48f98f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto_merge_notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Add Auto-Merge Notice
1616
if: github.event.action == 'auto_merge_enabled'
17-
uses: bcgov/[email protected].0
17+
uses: bcgov/[email protected].1
1818
with:
1919
add_markdown: |
2020
> [!IMPORTANT]
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Remove Auto-Merge Notice
2626
if: github.event.action == 'auto_merge_disabled'
27-
uses: bcgov/[email protected].0
27+
uses: bcgov/[email protected].1
2828
with:
2929
add_markdown: |
3030
> [!NOTE]

.github/workflows/publish.yml

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

173173
publish_sdm:
174174
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)