Skip to content

Commit

Permalink
ci: bring git-auto-commit-action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
miikanissi committed May 27, 2024
1 parent da8049a commit 4b3c2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
nvim -u NONE -E -R --headless --cmd "set rtp^=." --cmd "packloadall" --cmd "lua require('modus-themes.extras').setup()" --cmd qa
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore(build): auto-generate extras"
commit_user_name: "github-actions[bot]"
Expand Down

0 comments on commit 4b3c2d0

Please sign in to comment.