From f55dbc407ac7c13144340b2e5b4e81e4274ad9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:25:26 -0500 Subject: [PATCH] Bump xt0rted/pull-request-comment-branch from 2 to 3 (#1602) Bumps [xt0rted/pull-request-comment-branch](https://github.com/xt0rted/pull-request-comment-branch) from 2 to 3. - [Release notes](https://github.com/xt0rted/pull-request-comment-branch/releases) - [Changelog](https://github.com/xt0rted/pull-request-comment-branch/blob/main/CHANGELOG.md) - [Commits](https://github.com/xt0rted/pull-request-comment-branch/compare/v2...v3) --- updated-dependencies: - dependency-name: xt0rted/pull-request-comment-branch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Fishman --- .github/workflows/comment_trigger_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment_trigger_example.yml b/.github/workflows/comment_trigger_example.yml index da78d916cf..675eba4490 100644 --- a/.github/workflows/comment_trigger_example.yml +++ b/.github/workflows/comment_trigger_example.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: Set latest commit status as pending uses: myrotvorets/set-commit-status-action@master