From fcbea456e3a3fe5ad163800b858a6dac9d6da0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:02:26 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=F0=9F=91=B7=20Bump=20xt0rted/pull-?= =?UTF-8?q?request-comment-branch=20from=202=20to=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- .github/workflows/sdk-regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk-regression.yml b/.github/workflows/sdk-regression.yml index a327c0d91..ee8c0f6d1 100644 --- a/.github/workflows/sdk-regression.yml +++ b/.github/workflows/sdk-regression.yml @@ -44,7 +44,7 @@ jobs: - name: Check Access Level if: steps.check-access.outputs.result != 'write' && steps.check-access.outputs.result != 'admin' run: exit 1 - - uses: xt0rted/pull-request-comment-branch@v2 + - uses: xt0rted/pull-request-comment-branch@v3 if: ${{ github.event.issue.pull_request }} id: comment-branch - uses: actions-ecosystem/action-regex-match@v2