We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb193ab commit bd63a49Copy full SHA for bd63a49
.github/workflows/connector-tests.yml
@@ -132,7 +132,7 @@ jobs:
132
133
- name: Set up `uv`
134
if: steps.no_changes.outputs.status != 'cancelled'
135
- uses: astral-sh/setup-uv@v6.1.0
+ uses: astral-sh/setup-uv@v6.4.3
136
137
- name: Set up `poe`
138
.github/workflows/welcome-message.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Render template
33
id: template
34
- uses: chuhlomin/render-template@v1.4
+ uses: chuhlomin/render-template@v1.10
35
with:
36
# Use a different template for internal vs forks (community)
37
template: ${{ github.event.pull_request.head.repo.fork == true && '.github/pr-welcome-community.md' || '.github/pr-welcome-internal.md' }}
0 commit comments