From 27ecd354f63a02684e3848bc6fb4964ad7810422 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 22 Apr 2026 12:30:40 +0200 Subject: [PATCH] chore: upgrade PostHog GitHub Action to v1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7c02540..b5c5eeb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -204,7 +204,7 @@ jobs: # Notify in case of a failure - name: Send failure event to PostHog if: ${{ failure() }} - uses: PostHog/posthog-github-action@v0.1 + uses: PostHog/posthog-github-action@v1 with: posthog-token: "${{ secrets.POSTHOG_PROJECT_API_KEY }}" event: "posthog-python-github-release-workflow-failure"