From aa01e7e58aa835b0a37eec1b24192ebc3ff701fb Mon Sep 17 00:00:00 2001 From: Waleed Date: Mon, 22 Sep 2025 12:38:31 -0700 Subject: [PATCH] fix(actions): update trigger.dev github action (#1417) --- .github/workflows/trigger-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger-deploy.yml b/.github/workflows/trigger-deploy.yml index 9e16ae0e9a..2ff92647bf 100644 --- a/.github/workflows/trigger-deploy.yml +++ b/.github/workflows/trigger-deploy.yml @@ -35,10 +35,10 @@ jobs: - name: Deploy to Staging if: github.ref == 'refs/heads/staging' working-directory: ./apps/sim - run: npx --yes trigger.dev@4.0.1 deploy -e staging + run: npx --yes trigger.dev@4.0.4 deploy -e staging - name: Deploy to Production if: github.ref == 'refs/heads/main' working-directory: ./apps/sim - run: npx --yes trigger.dev@4.0.1 deploy + run: npx --yes trigger.dev@4.0.4 deploy