We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40fae4 commit 096cd1fCopy full SHA for 096cd1f
.github/workflows/update-changelog-main.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
18
- name: Generate a changelog
19
- uses: orhun/git-cliff-action@v2
+ uses: orhun/git-cliff-action@v4
20
id: git-cliff
21
22
config: cliff.toml
@@ -25,7 +25,7 @@ jobs:
25
OUTPUT: GIT_CHANGELOG.md
26
27
- name: Commit updated CHANGELOG
28
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v6
29
30
branch: main
31
commit_message: Update CHANGELOG
0 commit comments