Skip to content

Commit

Permalink
Merge pull request #201 from schnerring/renovate/stefanzweifel-git-au…
Browse files Browse the repository at this point in the history
…to-commit-action-5.x

chore(deps): update stefanzweifel/git-auto-commit-action action to v5
  • Loading branch information
schnerring authored Oct 19, 2023
2 parents cca275b + 6868202 commit 90b4308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Commit Changes
id: commit_changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update Hugo npm Dependencies

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-hugo-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: git status

- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Renovate Hugo Modules
commit_author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

0 comments on commit 90b4308

Please sign in to comment.