diff --git a/.github/workflows/bigquery.yml b/.github/workflows/bigquery.yml index 62c5192c11..314ea158cd 100644 --- a/.github/workflows/bigquery.yml +++ b/.github/workflows/bigquery.yml @@ -35,7 +35,7 @@ jobs: # push changes back to the repo, this will trigger a new vercel build # https://github.com/stefanzweifel/git-auto-commit-action - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: '[bot] BigQuery update' commit_author: github-actions[bot] diff --git a/.github/workflows/fetch.yml b/.github/workflows/fetch.yml index c0c9830fc5..a0d94f2981 100644 --- a/.github/workflows/fetch.yml +++ b/.github/workflows/fetch.yml @@ -59,7 +59,7 @@ jobs: # push changes back to the repo, this will trigger a new vercel build # https://github.com/stefanzweifel/git-auto-commit-action - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 if: github.event_name != 'pull_request' with: commit_message: '[bot] Update manifests'