Skip to content

Commit

Permalink
Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#767)
Browse files Browse the repository at this point in the history
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
- [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@v4...v5)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 6d2dda1 commit 8bd67f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-format-apply-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run_id: ${{ github.event.workflow_run.id }}
- name: Push dotnet format changes to branch
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: ${{ steps.commit-info.outputs.commit-message }}
branch: ${{ steps.commit-info.outputs.branch-name }}
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
run_id: ${{ github.event.workflow_run.id }}
- name: Push dotnet format changes
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: ${{ needs.on-pull-request-check.outputs.pr-branch-name }}
commit_message: dotnet format from workflow for PR ${{ needs.on-pull-request-check.outputs.pr-number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
Set-Content -Path $nugetReadmeFilepath -Value $nugetReadme
- name: Push changes to branch
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: ${{ steps.commit-info.outputs.commit-message }}
branch: ${{ steps.commit-info.outputs.branch-name }}
Expand Down

0 comments on commit 8bd67f9

Please sign in to comment.