From b32b909590cc86f351b7d73640d784564a106153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:51:07 +0000 Subject: [PATCH] chore(deps): update amondnet/vercel-action action to v42 --- .github/workflows/ci-main.yml | 4 ++-- .github/workflows/pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index c6bdff5d..fdde4a41 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -103,7 +103,7 @@ jobs: - name: Deploy remote-flows to vercel id: vercel-remote-flows - uses: amondnet/vercel-action@v25 + uses: amondnet/vercel-action@v42.2.0 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} @@ -186,7 +186,7 @@ jobs: - uses: actions/checkout@v6 - name: Promote remote-flows to production - uses: amondnet/vercel-action@v25 + uses: amondnet/vercel-action@v42.2.0 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f5218c21..5f4761b5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -279,7 +279,7 @@ jobs: - name: Deploy remote-flows to vercel id: vercel-remote-flows - uses: amondnet/vercel-action@v25 + uses: amondnet/vercel-action@v42.2.0 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}