diff --git a/.github/workflows/benchmarks-run.yml b/.github/workflows/benchmarks-run.yml index 8e0aefded0..2db706f34e 100644 --- a/.github/workflows/benchmarks-run.yml +++ b/.github/workflows/benchmarks-run.yml @@ -111,7 +111,7 @@ jobs: - name: Commit Updated Weights id: commit-updated-weights - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 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 db13893b4f..f9256d1916 100644 --- a/.github/workflows/check-polkadot-releases.yml +++ b/.github/workflows/check-polkadot-releases.yml @@ -39,7 +39,7 @@ jobs: cat ${{env.RELEASE_TRACK_FILENAME}} - name: Commit Latest Release Version id: commit-updated-release - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 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 68f3bde506..2f4930c6ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: git status -s git diff - name: Commit Updated Weights - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: "Update weights for release ${{env.NEW_RELEASE_TAG}}" file_pattern: "pallets/**/*.rs runtime/common/src/weights/*" @@ -200,7 +200,7 @@ jobs: git diff - name: Commit Updated Version id: commit-updated-version - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: "Update versions for release ${{env.NEW_RELEASE_TAG}}" - name: Update Release Version Tag