diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 607783b4f..97348cb6f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -366,7 +366,7 @@ jobs: $TAG_NAME | Out-File ./LATEST-VERSION.txt - name: Commit Release Notes and Version - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: Automated commit of archived release notes and version file [skip ci] file_pattern: RELEASENOTES.md releasenotes/*.md LATEST-VERSION.txt