diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 35ca639e..c0774a30 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -314,7 +314,7 @@ jobs: # so a dev server that didn't come up does not block this step. - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@536f2c32a39763739000b0e1ac69ca2647d97ce9 # v1.0.170 + uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e # v1.0.178 env: GH_TOKEN: ${{ secrets.PAT }} GITHUB_TOKEN: ${{ secrets.PAT }} @@ -481,7 +481,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@536f2c32a39763739000b0e1ac69ca2647d97ce9 # v1.0.170 + uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e # v1.0.178 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}