From f1bd422c2c1cf592da13b0556140cf42fcef5d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:33:09 +0000 Subject: [PATCH] Bump Codium-ai/pr-agent from 0.22 to 0.23 Bumps [Codium-ai/pr-agent](https://github.com/codium-ai/pr-agent) from 0.22 to 0.23. - [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.22...v0.23) --- 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/pr_agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_agent.yml b/.github/workflows/pr_agent.yml index 45fd5fd..6dec184 100644 --- a/.github/workflows/pr_agent.yml +++ b/.github/workflows/pr_agent.yml @@ -15,7 +15,7 @@ jobs: steps: - name: PR Agent action step id: pragent - uses: Codium-ai/pr-agent@v0.22 + uses: Codium-ai/pr-agent@v0.23 env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}