Skip to content

Commit

Permalink
Merge pull request #118 from phbasler/dependabot/github_actions/stefa…
Browse files Browse the repository at this point in the history
…nzweifel/git-auto-commit-action-5

Bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
phbasler authored Oct 9, 2023
2 parents cf3eaad + 042eb15 commit 302e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
args: --config-files .cmake-format.py --in-place

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: cmake-format-bot
commit_message: 'Automated commit of cmake-format changes.'

1 comment on commit 302e044

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 302e044 Previous: cf3eaad Ratio
BM_EWPT/repeats:5_stddev 857901774.4266621 ns/iter 528735846.6447307 ns/iter 1.62
BM_EWPT/repeats:5_cv 0.11734958804438336 ns/iter 0.07195262641229343 ns/iter 1.63

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.