diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74024f5..179b60c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: - name: Deploy to Vercel Production if: ${{ inputs.environment == 'Production' }} - uses: amondnet/vercel-action@v25.2.0 + uses: amondnet/vercel-action@v42.3.0 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} @@ -55,7 +55,7 @@ jobs: - name: Deploy to Vercel Preview if: ${{ inputs.environment == 'Preview' }} - uses: amondnet/vercel-action@v25.2.0 + uses: amondnet/vercel-action@v42.3.0 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}