diff --git a/.github/workflows/ai-comment.yml b/.github/workflows/ai-comment.yml index b52f62b..b4e4a6a 100644 --- a/.github/workflows/ai-comment.yml +++ b/.github/workflows/ai-comment.yml @@ -56,8 +56,8 @@ jobs: (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR') - uses: lenaxia/ai-workflows/.github/workflows/ai-comment.yml@v0.1.2 + uses: lenaxia/ai-workflows/.github/workflows/ai-comment.yml@v0.2.9 secrets: inherit with: - version: v0.1.2 + version: v0.2.9 project_name: TinyRSVP diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index c5e6ba3..2380eb1 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -20,8 +20,8 @@ permissions: jobs: respond: - uses: lenaxia/ai-workflows/.github/workflows/issue-opened.yml@v0.1.2 + uses: lenaxia/ai-workflows/.github/workflows/issue-opened.yml@v0.2.9 secrets: inherit with: - version: v0.1.2 + version: v0.2.9 project_name: TinyRSVP diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 9465bd5..36487e4 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -23,8 +23,8 @@ permissions: jobs: review: if: github.event.pull_request.user.login != 'renovate[bot]' - uses: lenaxia/ai-workflows/.github/workflows/pr-review.yml@v0.1.2 + uses: lenaxia/ai-workflows/.github/workflows/pr-review.yml@v0.2.9 secrets: inherit with: - version: v0.1.2 + version: v0.2.9 project_name: TinyRSVP