diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5be167503e287..1a144b5c4915f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -103,7 +103,7 @@ jobs: - name: Commit update for benchmark results if: ${{ github.repository == 'PostHog/posthog' && github.ref == 'refs/heads/master' }} - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: repository: ee/benchmarks/results branch: master diff --git a/.github/workflows/ci-backend-update-test-timing.yml b/.github/workflows/ci-backend-update-test-timing.yml index f7d807257aeb8..22c0b6afca6ca 100644 --- a/.github/workflows/ci-backend-update-test-timing.yml +++ b/.github/workflows/ci-backend-update-test-timing.yml @@ -28,7 +28,7 @@ jobs: token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} - name: Save test durations - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'Save backend test durations' commit_user_name: PostHog Bot diff --git a/.github/workflows/storybook-deploy.yml b/.github/workflows/storybook-deploy.yml index 962b56a20dd0c..bcd1e41bdcde8 100644 --- a/.github/workflows/storybook-deploy.yml +++ b/.github/workflows/storybook-deploy.yml @@ -54,7 +54,7 @@ jobs: run: echo "msg=Storybook build for ${{ github.sha }}" >> $GITHUB_OUTPUT - name: Commit update - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: repository: storybook-build commit_message: ${{ steps.commit-message.outputs.msg }}