From fd16eab25919452a83e59f2a1c9ebf49a7c42060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:35:37 +0000 Subject: [PATCH] :arrow_up: Bump Codium-ai/pr-agent from 0.24 to 0.25 Bumps [Codium-ai/pr-agent](https://github.com/codium-ai/pr-agent) from 0.24 to 0.25. - [Release notes](https://github.com/codium-ai/pr-agent/releases) - [Changelog](https://github.com/Codium-ai/pr-agent/blob/main/CHANGELOG.md) - [Commits](https://github.com/codium-ai/pr-agent/compare/v0.24...v0.25) --- updated-dependencies: - dependency-name: Codium-ai/pr-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ai-review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-review.yaml b/.github/workflows/ai-review.yaml index fc4645e1..e06e40d9 100644 --- a/.github/workflows/ai-review.yaml +++ b/.github/workflows/ai-review.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: PR Agent action step id: pragent - uses: Codium-ai/pr-agent@v0.24 + uses: Codium-ai/pr-agent@v0.25 env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}