From 82a12c769b9216bb99baf66e8c36e579a61b7fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:03:16 +0000 Subject: [PATCH] Bump im-open/update-pr-comment from 1 to 2 Bumps [im-open/update-pr-comment](https://github.com/im-open/update-pr-comment) from 1 to 2. - [Commits](https://github.com/im-open/update-pr-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: im-open/update-pr-comment dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e443daa..7ad54ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: - name: Comment on PR with release version ${{ steps.version.outputs.NEXT_VERSION }} continue-on-error: true - uses: im-open/update-pr-comment@v1 + uses: im-open/update-pr-comment@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} comment-identifier: next-version