From 16d10e22b8dce78281d4c7f59367e67ecd70b3d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:14:01 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request in the dotnet group Bumps the dotnet group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-code-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-code-metrics.yml b/.github/workflows/dotnet-code-metrics.yml index fe9860bbf98..d13701b8726 100644 --- a/.github/workflows/dotnet-code-metrics.yml +++ b/.github/workflows/dotnet-code-metrics.yml @@ -41,7 +41,7 @@ jobs: dir: ${{ './github-actions/DotNet.GitHubAction' }} - name: Create pull request - uses: peter-evans/create-pull-request@v7.0.5 + uses: peter-evans/create-pull-request@v7.0.6 if: ${{ steps.dotnet-code-metrics.outputs.updated-metrics }} == 'true' with: title: '${{ steps.dotnet-code-metrics.outputs.summary-title }}'