Skip to content

Commit e838d7b

Browse files
chore: bump max-sixty/tend from 0.1.3 to 0.1.4 (#5997)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efdf6a4 commit e838d7b

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/tend-ci-fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: ./.github/actions/tend-setup
3434

35-
- uses: max-sixty/tend@0.1.3
35+
- uses: max-sixty/tend@0.1.4
3636
with:
3737
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-mention.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
env:
210210
EVENT_TS: ${{ github.event.comment.updated_at || github.event.review.submitted_at || github.event.issue.updated_at }}
211211

212-
- uses: max-sixty/tend@0.1.3
212+
- uses: max-sixty/tend@0.1.4
213213
with:
214214
github_token: ${{ secrets.TEND_BOT_TOKEN }}
215215
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: ./.github/actions/tend-setup
3434

35-
- uses: max-sixty/tend@0.1.3
35+
- uses: max-sixty/tend@0.1.4
3636
with:
3737
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-notifications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- uses: ./.github/actions/tend-setup
101101
if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch'
102-
- uses: max-sixty/tend@0.1.3
102+
- uses: max-sixty/tend@0.1.4
103103
if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch'
104104
with:
105105
github_token: ${{ secrets.TEND_BOT_TOKEN }}

.github/workflows/tend-review-runs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: ./.github/actions/tend-setup
3434

35-
- uses: max-sixty/tend@0.1.3
35+
- uses: max-sixty/tend@0.1.4
3636
with:
3737
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: ./.github/actions/tend-setup
5252

53-
- uses: max-sixty/tend@0.1.3
53+
- uses: max-sixty/tend@0.1.4
5454
with:
5555
github_token: ${{ secrets.TEND_BOT_TOKEN }}
5656
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-triage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: ./.github/actions/tend-setup
3737

38-
- uses: max-sixty/tend@0.1.3
38+
- uses: max-sixty/tend@0.1.4
3939
with:
4040
github_token: ${{ secrets.TEND_BOT_TOKEN }}
4141
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-weekly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: ./.github/actions/tend-setup
3434

35-
- uses: max-sixty/tend@0.1.3
35+
- uses: max-sixty/tend@0.1.4
3636
with:
3737
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)