Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
if [ -n "$TRIGGER_BRANCH" ]; then
TARGET_ARGS+=(--branch "$TRIGGER_BRANCH")
fi
bunx trigger.dev@4.5.12 deploy "${TARGET_ARGS[@]}" --skip-promotion
bunx trigger.dev@4.5.16 deploy "${TARGET_ARGS[@]}" --skip-promotion

- name: Validate deployment version output
env:
Expand Down Expand Up @@ -643,7 +643,7 @@ jobs:
if [ -n "$TRIGGER_BRANCH" ]; then
TARGET_ARGS+=(--branch "$TRIGGER_BRANCH")
fi
bunx trigger.dev@4.5.12 promote "$VERSION" "${TARGET_ARGS[@]}"
bunx trigger.dev@4.5.16 promote "$VERSION" "${TARGET_ARGS[@]}"

# Build ARM64 images for GHCR (main branch only, runs in parallel with
# tests). Pushes only the immutable sha tag — latest-arm64/version-arm64
Expand Down
6 changes: 3 additions & 3 deletions apps/sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
"@tiptap/starter-kit": "3.30.5",
"@tiptap/suggestion": "3.30.5",
"@tiptap/y-tiptap": "3.0.7",
"@trigger.dev/core": "4.5.12",
"@trigger.dev/sdk": "4.5.12",
"@trigger.dev/core": "4.5.16",
"@trigger.dev/sdk": "4.5.16",
"@typescript/typescript6": "^6.0.2",
"@xterm/addon-fit": "0.11.0",
"@xterm/addon-unicode11": "0.9.0",
Expand Down Expand Up @@ -265,7 +265,7 @@
"@tailwindcss/postcss": "^4.3.3",
"@tailwindcss/typography": "0.5.19",
"@testing-library/jest-dom": "^6.6.3",
"@trigger.dev/build": "4.5.12",
"@trigger.dev/build": "4.5.16",
"@types/archiver": "8.0.0",
"@types/busboy": "1.5.4",
"@types/heic-convert": "2.1.1",
Expand Down
12 changes: 6 additions & 6 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading