From dad4b423149c37b77fee13b286ca5452023a608a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 03:03:51 +0000 Subject: [PATCH] ci: bump the-pr-agent/pr-agent in the dependencies group Bumps the dependencies group with 1 update: [the-pr-agent/pr-agent](https://github.com/the-pr-agent/pr-agent). Updates `the-pr-agent/pr-agent` from 0.41.0 to 0.41.1 - [Release notes](https://github.com/the-pr-agent/pr-agent/releases) - [Changelog](https://github.com/The-PR-Agent/pr-agent/blob/main/CHANGELOG.md) - [Commits](https://github.com/the-pr-agent/pr-agent/compare/570f67ed5fc8db5be74c18df070bc20079b64b0d...743f52d80f3513193dfc7626f778c73478df6d0a) --- updated-dependencies: - dependency-name: the-pr-agent/pr-agent dependency-version: 0.41.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 3dd05c0..337eef9 100644 --- a/.github/workflows/pr-agent.yml +++ b/.github/workflows/pr-agent.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.event.sender.type != 'Bot' }} steps: - name: PR Agent action step - uses: the-pr-agent/pr-agent@570f67ed5fc8db5be74c18df070bc20079b64b0d # v0.41.0 + uses: the-pr-agent/pr-agent@743f52d80f3513193dfc7626f778c73478df6d0a # v0.41.1 env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }}