Skip to content

Commit 41d4aaf

Browse files
committed
Address review feedback
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 1f031ef commit 41d4aaf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dependency-update.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ jobs:
3333
with:
3434
go-version: '1.24.5'
3535

36-
- name: Install jq
37-
run: sudo apt-get update && sudo apt-get install -y jq
3836

3937
- name: Install Task
40-
run: |
41-
sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
38+
uses: arduino/setup-task@v2
4239

4340
- name: Check for MCP registry updates
4441
id: check_updates
@@ -155,7 +152,7 @@ jobs:
155152
156153
🤖 Generated with [Claude Code](https://claude.ai/code)
157154
158-
Co-Authored-By: Claude <noreply@anthropic.com>
155+
Co-authored-by: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
159156
160157
branch: automated/update-mcp-registry
161158
delete-branch: true
@@ -204,7 +201,7 @@ jobs:
204201
205202
🤖 Generated with [Claude Code](https://claude.ai/code)
206203
207-
Co-Authored-By: Claude <noreply@anthropic.com>
204+
Co-authored-by: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
208205
209206
branch: automated/update-mcp-registry
210207
delete-branch: true

0 commit comments

Comments
 (0)