Fix Create Changelog Deprecated Node Usage (#982)

[SKIP]
This commit is contained in:
Integer Limit 2024-09-01 18:41:44 +10:00 committed by GitHub
parent a05f171428
commit 20a144e830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ jobs:
- name: Commit and Push Changelog - name: Commit and Push Changelog
if: ${{ inputs.branch }} if: ${{ inputs.branch }}
uses: "stefanzweifel/git-auto-commit-action@v4" uses: "stefanzweifel/git-auto-commit-action@v5"
id: "commit-template" id: "commit-template"
with: with:
commit_message: "Upload Changelogs for Release ${{ inputs.tag }}" commit_message: "Upload Changelogs for Release ${{ inputs.tag }}"
@ -126,4 +126,3 @@ jobs:
./CHANGELOG_CF.md ./CHANGELOG_CF.md
if-no-files-found: error if-no-files-found: error
compression-level: 9 compression-level: 9