From 859c4012de40696a885f1049694dc2c2d6658744 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 24 Apr 2026 22:18:37 +1200 Subject: [PATCH] (chore): pin claude-pr-owner to v0.4.1 --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index c9072ff01..47dbed238 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -25,7 +25,7 @@ jobs: issues: write actions: read id-token: write - uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@d6ea746d7b7da003f6d10a67143af1a7bd88515a # v0.4.0 + uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@6e883b07b6c3c8df9acca65d08909a470cb4fd4c # v0.4.1 secrets: oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} with: