diff --git a/.changeset/renovate-897.md b/.changeset/renovate-897.md new file mode 100644 index 000000000..7e1fa6cfc --- /dev/null +++ b/.changeset/renovate-897.md @@ -0,0 +1,5 @@ +--- +"@tailor-platform/sdk": patch +--- + +chore(deps): update anthropics/claude-code-action action to v1.0.88 diff --git a/.github/workflows/docs-consistency-check.yml b/.github/workflows/docs-consistency-check.yml index 173fa3039..acb691cfa 100644 --- a/.github/workflows/docs-consistency-check.yml +++ b/.github/workflows/docs-consistency-check.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Check docs-implementation consistency - uses: anthropics/claude-code-action@58dbe8ed6879f0d3b02ac295b20d5fdfe7733e0c # v1.0.85 + uses: anthropics/claude-code-action@1eddb334cfa79fdb21ecbe2180ca1a016e8e7d47 # v1.0.88 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | diff --git a/.github/workflows/renovate-auto-review.yml b/.github/workflows/renovate-auto-review.yml index f64e1c49e..5f18db493 100644 --- a/.github/workflows/renovate-auto-review.yml +++ b/.github/workflows/renovate-auto-review.yml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - name: Review dependencies with Claude - uses: anthropics/claude-code-action@58dbe8ed6879f0d3b02ac295b20d5fdfe7733e0c # v1.0.85 + uses: anthropics/claude-code-action@1eddb334cfa79fdb21ecbe2180ca1a016e8e7d47 # v1.0.88 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_bots: "renovate[bot]"