Skip to content

Commit 096cd1f

Browse files
authored
Update update-changelog-main.yml
1 parent b40fae4 commit 096cd1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-changelog-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Generate a changelog
19-
uses: orhun/git-cliff-action@v2
19+
uses: orhun/git-cliff-action@v4
2020
id: git-cliff
2121
with:
2222
config: cliff.toml
@@ -25,7 +25,7 @@ jobs:
2525
OUTPUT: GIT_CHANGELOG.md
2626

2727
- name: Commit updated CHANGELOG
28-
uses: stefanzweifel/git-auto-commit-action@v4
28+
uses: stefanzweifel/git-auto-commit-action@v6
2929
with:
3030
branch: main
3131
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)