From ee3a5c40ea5b2e968623c9e74383fa1ce16a2cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:48:35 +0000 Subject: [PATCH] chore(deps): bump xt0rted/pull-request-comment-branch from 2 to 3 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/dotnet-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-build.yaml b/.github/workflows/dotnet-build.yaml index 84d611d..6eb64a3 100644 --- a/.github/workflows/dotnet-build.yaml +++ b/.github/workflows/dotnet-build.yaml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 15 steps: - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch if: ${{ github.event_name == 'issue_comment' }} - uses: actions/checkout@v4