diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 2ed182d84b..e7044b20bb 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -80,6 +80,6 @@ jobs: run: perl regen_index.pl $GITHUB_HEAD_REF >> $GITHUB_STEP_SUMMARY - name: Commit - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0 + uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0 with: branch: pages diff --git a/.github/workflows/reindex.yml b/.github/workflows/reindex.yml index 126b8c9bcd..b5bee86bd3 100644 --- a/.github/workflows/reindex.yml +++ b/.github/workflows/reindex.yml @@ -26,5 +26,5 @@ jobs: run: perl regen_index.pl >> $GITHUB_STEP_SUMMARY - name: Commit - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0 + uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68afd875f6..505e148e74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,6 +84,6 @@ jobs: run: perl regen_index.pl $GITHUB_HEAD_REF >> $GITHUB_STEP_SUMMARY - name: Commit - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0 + uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0 with: branch: pages