Skip to content

Commit 6ef9589

Browse files
Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#193)
1 parent 2b6a4e8 commit 6ef9589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
.github/workflows/scripts/release.py --update-changelog
263263
264264
- name: Commit changes
265-
uses: stefanzweifel/git-auto-commit-action@v6
265+
uses: stefanzweifel/git-auto-commit-action@v7
266266
with:
267267
file_pattern: "info.md"
268268
commit_message: 📒 Update changelog for future release

.github/workflows/release-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
.github/workflows/scripts/release.py --release-next "$RELEASE_NEXT" | tee -a "$GITHUB_ENV"
3535
3636
- name: Commit changes
37-
uses: stefanzweifel/git-auto-commit-action@v6
37+
uses: stefanzweifel/git-auto-commit-action@v7
3838
with:
3939
file_pattern: "info.md"
4040
commit_message: ${{ env.RELEASE_EMOJI }} Release version ${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)