diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index f4d065b..bfddf42 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -131,7 +131,7 @@ jobs: # Commit generated version metadata and README updates on release tags - name: Auto-commit release assets if: github.event_name == 'push' && steps.version.outputs.tag == 'latest' - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7 with: commit_message: "chore(release): sync generated assets [skip ci]" branch: main