Skip to content

Commit

Permalink
build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent e415b69 commit a8d0b3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cp -f ./lib/build/cimgui.a ./lib/linux/x64/
- run: git pull --rebase --autostash
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update linux lib from ci
build-macos:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
cp -f ./lib/build/cimgui.a ./lib/macos/arm64/
- run: git pull --rebase --autostash
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update macos lib from ci
build-windows-x64:
Expand Down Expand Up @@ -174,6 +174,6 @@ jobs:
run: cp -f ./lib/build/cimgui.a ./lib/windows/x64/

- run: git pull --rebase --autostash
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update windows lib from ci

0 comments on commit a8d0b3e

Please sign in to comment.