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 6c6b810 commit 3da6de1Copy full SHA for 3da6de1
.github/workflows/update-changelog.yml
@@ -13,9 +13,9 @@ jobs:
13
14
steps:
15
- name: Checkout code
16
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
17
with:
18
- ref: 1.x
+ ref: 4.x
19
20
- name: Update Changelog
21
uses: stefanzweifel/changelog-updater-action@v1
@@ -24,8 +24,8 @@ jobs:
24
release-notes: ${{ github.event.release.body }}
25
26
- name: Commit updated CHANGELOG
27
- uses: stefanzweifel/git-auto-commit-action@v7
+ uses: stefanzweifel/git-auto-commit-action@v6
28
29
- branch: 1.x
+ branch: 4.x
30
commit_message: Update CHANGELOG
31
file_pattern: CHANGELOG.md
0 commit comments