From 0a7eca8c2949dd4d9bed8194d1b55320676bbc60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:24:02 +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.1 to 0.42.0 - [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/743f52d80f3513193dfc7626f778c73478df6d0a...f6af7d77554ff8d26adffded077e6461329e92fa) --- updated-dependencies: - dependency-name: the-pr-agent/pr-agent dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor 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 4c393af..9b29fbe 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@743f52d80f3513193dfc7626f778c73478df6d0a # v0.41.1 + uses: the-pr-agent/pr-agent@f6af7d77554ff8d26adffded077e6461329e92fa # v0.42.0 env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }}