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 29fd890 commit e3b1431Copy full SHA for e3b1431
.github/workflows/update-changelog.yaml
@@ -19,14 +19,14 @@ jobs:
19
ref: main
20
21
- name: Update Changelog
22
- uses: stefanzweifel/changelog-updater-action@v1
+ uses: stefanzweifel/changelog-updater-action@a938690fad7edf25368f37e43a1ed1b34303eb36 # v1
23
with:
24
release-notes: ${{ github.event.release.body }}
25
latest-version: ${{ github.event.release.name }}
26
path-to-changelog: CHANGES.md
27
28
- name: Commit updated CHANGELOG
29
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
30
31
branch: main
32
commit_message: Update CHANGELOG
0 commit comments