From 574286f652364575818692ea66287465c7fe000c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:03:32 +0000 Subject: [PATCH] ci: bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [the-pr-agent/pr-agent](https://github.com/the-pr-agent/pr-agent) and [Songmu/tagpr](https://github.com/songmu/tagpr). Updates `the-pr-agent/pr-agent` from 0.41.1 to 0.43.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...4ebd5c5333c6ef21509e7304d27969eb825e6f22) Updates `Songmu/tagpr` from 1.20.1 to 1.20.2 - [Release notes](https://github.com/songmu/tagpr/releases) - [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md) - [Commits](https://github.com/songmu/tagpr/compare/d1b8138b7a31075141b6cd64103de9485ced7ac9...242e22916eb775d6e359959fe3ba5c497de4a01a) --- updated-dependencies: - dependency-name: the-pr-agent/pr-agent dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Songmu/tagpr dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-agent.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-agent.yml b/.github/workflows/pr-agent.yml index 337eef9..7b4a528 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@4ebd5c5333c6ef21509e7304d27969eb825e6f22 # v0.43.0 env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0511a9c..0cd64a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 - - uses: Songmu/tagpr@d1b8138b7a31075141b6cd64103de9485ced7ac9 # v1 + - uses: Songmu/tagpr@242e22916eb775d6e359959fe3ba5c497de4a01a # v1 id: tagpr env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}