Skip to content

Commit c63c51f

Browse files
Bump stefanzweifel/git-auto-commit-action in the github-actions group (#922)
Bumps the github-actions group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `stefanzweifel/git-auto-commit-action` from 6 to 7 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v6...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66b68ad commit c63c51f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet-format-apply-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run_id: ${{ github.event.workflow_run.id }}
125125
- name: Push dotnet format changes to branch
126126
id: auto-commit-action
127-
uses: stefanzweifel/git-auto-commit-action@v6
127+
uses: stefanzweifel/git-auto-commit-action@v7
128128
with:
129129
commit_message: ${{ steps.commit-info.outputs.commit-message }}
130130
branch: ${{ steps.commit-info.outputs.branch-name }}
@@ -237,7 +237,7 @@ jobs:
237237
run_id: ${{ github.event.workflow_run.id }}
238238
- name: Push dotnet format changes
239239
id: auto-commit-action
240-
uses: stefanzweifel/git-auto-commit-action@v6
240+
uses: stefanzweifel/git-auto-commit-action@v7
241241
with:
242242
branch: ${{ needs.on-pull-request-check.outputs.pr-branch-name }}
243243
commit_message: dotnet format from workflow for PR ${{ needs.on-pull-request-check.outputs.pr-number }}

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
Set-Content -Path $nugetReadmeFilepath -Value $nugetReadme
311311
- name: Push changes to branch
312312
id: auto-commit-action
313-
uses: stefanzweifel/git-auto-commit-action@v6
313+
uses: stefanzweifel/git-auto-commit-action@v7
314314
with:
315315
commit_message: ${{ steps.commit-info.outputs.commit-message }}
316316
branch: ${{ steps.commit-info.outputs.branch-name }}

0 commit comments

Comments
 (0)