Skip to content

Commit

Permalink
Merge pull request #228 from AllenDang/dependabot/github_actions/stef…
Browse files Browse the repository at this point in the history
…anzweifel/git-auto-commit-action-5

build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
AllenDang authored Oct 9, 2023
2 parents e415b69 + a8d0b3e commit f9856eb
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 f9856eb

Please sign in to comment.