From 2ed1918a9f8e501e43d5895963a496c3d3cf9a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:42:27 +0000 Subject: [PATCH] chore(deps): bump xt0rted/pull-request-comment-branch from 1 to 2 Bumps [xt0rted/pull-request-comment-branch](https://github.com/xt0rted/pull-request-comment-branch) from 1 to 2. - [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/v1...v2) --- 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 7ed94b0..322a45a 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@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch if: ${{ github.event_name == 'issue_comment' }} - uses: actions/checkout@v3