diff --git a/.github/workflows/benchmarks-run.yml b/.github/workflows/benchmarks-run.yml index d016338d50..9f08fecedb 100644 --- a/.github/workflows/benchmarks-run.yml +++ b/.github/workflows/benchmarks-run.yml @@ -63,7 +63,7 @@ jobs: - name: Commit Updated Weights id: commit-updated-weights - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 + uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 with: commit_message: "Update weights" file_pattern: "pallets/**/*.rs runtime/common/src/weights/*" diff --git a/.github/workflows/check-polkadot-releases.yml b/.github/workflows/check-polkadot-releases.yml index 240c6e7527..a9641d43a2 100644 --- a/.github/workflows/check-polkadot-releases.yml +++ b/.github/workflows/check-polkadot-releases.yml @@ -34,7 +34,7 @@ jobs: cat ${{env.RELEASE_TRACK_FILENAME}} - name: Commit Latest Release Version id: commit-updated-release - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 + uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 with: commit_message: "Record new Polkadot release version" commit_user_name: Frequency CI [bot] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcce99ebbd..88ded960ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: git diff - name: Commit Updated Weights if: steps.is-full-release.outputs.is-full-release == 'true' - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 + uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 with: commit_message: "Update weights for release ${{env.NEW_RELEASE_TAG}}" file_pattern: "pallets/**/*.rs runtime/common/src/weights/*" @@ -132,7 +132,7 @@ jobs: git diff - name: Commit Updated Version id: commit-updated-version - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 + uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 with: commit_message: "Update versions for release ${{env.NEW_RELEASE_TAG}}" - name: Update Release Version Tag