File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments