Skip to content

Commit c596cae

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7
1 parent 15fe021 commit c596cae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Commit Changes
4949
id: commit_changes
50-
uses: stefanzweifel/git-auto-commit-action@v6
50+
uses: stefanzweifel/git-auto-commit-action@v7
5151
with:
5252
commit_message: Update Hugo npm Dependencies
5353
commit_author:

.github/workflows/readme-scribe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
template: templates/projects.tpl.md
2222
writeTo: content/projects.generated.md
2323

24-
- uses: stefanzweifel/git-auto-commit-action@v6
24+
- uses: stefanzweifel/git-auto-commit-action@v7
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
with:

.github/workflows/renovate-hugo-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: git status
3232

3333
- name: Commit Changes
34-
uses: stefanzweifel/git-auto-commit-action@v6
34+
uses: stefanzweifel/git-auto-commit-action@v7
3535
with:
3636
commit_message: Renovate Hugo Modules
3737
commit_author:

0 commit comments

Comments
 (0)