Skip to content

Commit bd63a49

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: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [chuhlomin/render-template](https://github.com/chuhlomin/render-template). Updates `astral-sh/setup-uv` from 6.1.0 to 6.4.3 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6.1.0...v6.4.3) 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: astral-sh/setup-uv dependency-version: 6.4.3 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 cb193ab commit bd63a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/connector-tests.yml

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

133133
- name: Set up `uv`
134134
if: steps.no_changes.outputs.status != 'cancelled'
135-
uses: astral-sh/setup-uv@v6.1.0
135+
uses: astral-sh/setup-uv@v6.4.3
136136

137137
- name: Set up `poe`
138138
if: steps.no_changes.outputs.status != 'cancelled'

.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)