diff --git a/.github/workflows/father.yml b/.github/workflows/father.yml index 51d445e9..d7412792 100644 --- a/.github/workflows/father.yml +++ b/.github/workflows/father.yml @@ -32,7 +32,7 @@ jobs: - name: Run Father id: father - uses: anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1 + uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1 with: trigger_phrase: '@father' claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/mother.yml b/.github/workflows/mother.yml index 4280263e..3b1f03df 100644 --- a/.github/workflows/mother.yml +++ b/.github/workflows/mother.yml @@ -32,7 +32,7 @@ jobs: - name: Run Mother id: mother - uses: anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1 + uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1 with: trigger_phrase: '@mother' claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}